Skip to content

Commit

Permalink
rake -> bin/rake
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jul 25, 2013
1 parent f7dc7e9 commit 7c9d2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/migration.rb
Expand Up @@ -32,7 +32,7 @@ def initialize(name)


class PendingMigrationError < ActiveRecordError#:nodoc: class PendingMigrationError < ActiveRecordError#:nodoc:
def initialize def initialize
super("Migrations are pending; run 'rake db:migrate RAILS_ENV=#{Rails.env}' to resolve this issue.") super("Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=#{Rails.env}' to resolve this issue.")
end end
end end


Expand Down

0 comments on commit 7c9d2c5

Please sign in to comment.