class EndView::Bootstrap::SimpleForm
Private Instance Methods
form_builder()
click to toggle source
# File lib/end_view/bootstrap/simple_form.rb, line 18 def form_builder @form_builder ||= Form.builder(url_or_record, auth_token, opts) end
Also aliased as: f
form_group(attribute)
click to toggle source
# File lib/end_view/bootstrap/simple_form.rb, line 23 def form_group(attribute) FormGroup.render(form_builder, attribute) end