class EndView::Form::SimpleForm

Private Instance Methods

f()
Alias for: form_builder
form_builder() click to toggle source
# File lib/end_view/form/simple_form.rb, line 17
def form_builder
  @form_builder ||= Form.builder(url_or_record, auth_token, opts)
end
Also aliased as: f
label(attribute) click to toggle source
# File lib/end_view/form/simple_form.rb, line 22
def label(attribute)
  Inflecto.humanize(attribute.to_s)
end