Flowdock
method

run_cmd

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: MySQLDatabaseTasks
run_cmd(cmd, args, action) private

No documentation

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

Hide source
# File activerecord/lib/active_record/tasks/mysql_database_tasks.rb, line 104
        def run_cmd(cmd, args, action)
          fail run_cmd_error(cmd, args, action) unless Kernel.system(cmd, *args)
        end
Register or log in to add new notes.