Method: Effective::CrudController::Submits::ClassMethods#buttons

Defined in:
app/controllers/concerns/effective/crud_controller/submits.rb

#buttonsObject

{ ‘Approve’ => { action: approve, …}}



13
14
15
# File 'app/controllers/concerns/effective/crud_controller/submits.rb', line 13

def buttons
  @_effective_buttons ||= effective_resource.buttons
end