Module: EndView::Form

Defined in:
lib/end_view/form/builder.rb,
lib/end_view/form/simple_form.rb,
lib/end_view/form/record_builder.rb

Defined Under Namespace

Classes: Builder, RecordBuilder, SimpleForm

Class Method Summary collapse

Class Method Details

.builder(url_or_record, *args) ⇒ Object



5
6
7
# File 'lib/end_view/form/builder.rb', line 5

def self.builder(*args)
  Builder.new(*args)
end

.simple_form(*args) ⇒ Object



7
8
9
# File 'lib/end_view/form/simple_form.rb', line 7

def self.simple_form(*args)
  SimpleForm.render(*args)
end