method

exit_on_failure?

rails latest stable - Class: Rails::Generators::MigrationGenerator

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

exit_on_failure?()
public

No documentation available.

# File railties/lib/rails/generators/rails/migration/migration_generator.rb, line 9
      def self.exit_on_failure? # :nodoc:
        true
      end