method
migration_exists?
v2.1.0 -
Show latest stable
- Class:
Rails::Generator::Commands::Base
migration_exists?(file_name)protected
No documentation available.
# File railties/lib/rails_generator/commands.rb, line 68
def migration_exists?(file_name)
not existing_migrations(file_name).empty?
end