Method: Coco::App::Elements::FormButton#action

Defined in:
app/components/coco/app/elements/form_button/form_button.rb

#actionObject



41
42
43
# File 'app/components/coco/app/elements/form_button/form_button.rb', line 41

def action
  @action.is_a?(String) ? @action : helpers.url_for(@action)
end