Method: Olivander::ApplicationHelper#resource_form_actions

Defined in:
app/helpers/olivander/application_helper.rb

#resource_form_actions(resource, for_action: :show) ⇒ Object



82
83
84
85
# File 'app/helpers/olivander/application_helper.rb', line 82

def resource_form_actions(resource, for_action: :show)
  render partial: 'resource_form_actions',
         locals: { actions: authorized_resource_actions(resource, for_action: for_action).select(&:show_in_form) }
end