Method: Rails::Command::Db::System::ChangeCommand#perform
- Defined in:
- railties/lib/rails/commands/db/system/change/change_command.rb
#perform ⇒ Object
19 20 21 |
# File 'railties/lib/rails/commands/db/system/change/change_command.rb', line 19 def perform(*) Rails::Generators::Db::System::ChangeGenerator.start(@argv) end |