method
migration_exists?
migration_exists?(file_name)
protected
Hide source
# File railties/lib/rails_generator/commands.rb, line 80 def migration_exists?(file_name) not existing_migrations(file_name).empty? end