Module: Sinatra::Xeditable_Checkbox::Helpers

Included in:
FormBuilder::Field
Defined in:
lib/sinatra/xeditable_checkbox.rb

Instance Method Summary collapse

Instance Method Details

#get_xeditable_checkbox(values, url, html_class) ⇒ Object



55
56
57
# File 'lib/sinatra/xeditable_checkbox.rb', line 55

def get_xeditable_checkbox(values, url, html_class)
  Checkbox.new(values, url, html_class)
end