Flowdock
method

say_status

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: CreateMigration
say_status(status, color, message = relative_destination) private

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) # :doc:
            base.shell.say_status(status, message, color) if config[:verbose]
          end
Register or log in to add new notes.