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