method

migration_exists?

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