Flowdock
method

say_status

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: CreateMigration
say_status(status, color, message = relative_destination) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.