method

say_status

say_status(status, color, message = relative_destination)
protected

No documentation available.

# File railties/lib/rails/generators/actions/create_migration.rb, line 63
        def say_status(status, color, message = relative_destination)
          base.shell.say_status(status, message, color) if config[:verbose]
        end