Method: Naf::ApplicationType#rails_invocator

Defined in:
app/models/naf/application_type.rb

#rails_invocator(job) ⇒ Object



47
48
49
# File 'app/models/naf/application_type.rb', line 47

def rails_invocator(job)
  invoke(job, SCRIPT_RUNNER + " " + job.command)
end