Flowdock
method

run_cmd

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: PostgreSQLDatabaseTasks
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/postgresql_database_tasks.rb, line 110
        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.