Module: EasyUi::ApplicationHelper

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

Instance Method Summary collapse

Instance Method Details

#easy_button_to(name = nil, options = nil, html_options = nil, &block) ⇒ Object



3
4
5
# File 'app/helpers/easy_ui/application_helper.rb', line 3

def easy_button_to(name = nil, options = nil, html_options = nil, &block)
  render EasyUi::ButtonComponent.new(name, options, html_options, &block)
end