Commit 150cfd23391d2b97dbc81bb3c00de69063b1f2f0
1 parent
a04dfa05
Exists in
master
Fixed typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/generators/acts_as_follower_generator.rb
... | ... | @@ -10,7 +10,7 @@ class ActsAsFollowerGenerator < Rails::Generators::Base |
10 | 10 | end |
11 | 11 | |
12 | 12 | # Implement the required interface for Rails::Generators::Migration. |
13 | - # taken from http://github.com/rails/rails/blob/master/activerecord/lib/generators/active_record.rb | |
13 | + # taken from https://github.com/rails/rails/blob/master/activerecord/lib/rails/generators/active_record.rb | |
14 | 14 | def self.next_migration_number(dirname) |
15 | 15 | if ActiveRecord::Base.timestamped_migrations |
16 | 16 | Time.now.utc.strftime("%Y%m%d%H%M%S") | ... | ... |