Sha256: 6e780b9f8a056b469b1ed243713aa568e675382871f5de1aab73cc3956ed95a6

Contents?: true

Size: 148 Bytes

Versions: 11

Compression:

Stored size: 148 Bytes

Contents

class RegistrationFormBuilder
  
  def build(key=nil)
    Form.new(:key => key, :name => "", :address => "", :email => "", :phone => nil)
  end

end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
starapor-slippers-0.0.2 examples/forms/model/registration_form_builder.rb
starapor-slippers-0.0.3 examples/forms/model/registration_form_builder.rb
starapor-slippers-0.0.5 examples/forms/model/registration_form_builder.rb
starapor-slippers-0.0.6 examples/forms/model/registration_form_builder.rb
starapor-slippers-0.0.8 examples/forms/model/registration_form_builder.rb
starapor-slippers-0.0.9 examples/forms/model/registration_form_builder.rb
slippers-0.0.14 examples/forms/model/registration_form_builder.rb
slippers-0.0.13 examples/forms/model/registration_form_builder.rb
slippers-0.0.12 examples/forms/model/registration_form_builder.rb
slippers-0.0.11 examples/forms/model/registration_form_builder.rb
slippers-0.0.10 examples/forms/model/registration_form_builder.rb