Skip to content

Commit

Permalink
Fixed grammar in migration pending error.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Nov 2, 2012
1 parent 2e20a7d commit 6831c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/migration.rb
Original file line number Original file line Diff line number Diff line change
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=#{ENV['RAILS_ENV']}' to resolve the issue") super("Migrations are pending; run 'rake db:migrate RAILS_ENV=#{ENV['RAILS_ENV']}' to resolve this issue.")
end end
end end


Expand Down

0 comments on commit 6831c61

Please sign in to comment.