Method: Workflowable::ActionsController#options
- Defined in:
- app/controllers/workflowable/actions_controller.rb
#options ⇒ Object
21 22 23 24 25 26 27 28 29 30 31 |
# File 'app/controllers/workflowable/actions_controller.rb', line 21 def action = Action.new(action_plugin: params[:action_plugin]) = action. respond_to do |format| format.json { render json: } format.js end end |