Sha256: 80fc8516de97973dbaf7dcf1052b378efe8eb13207f3e003757f4957f016e473

Contents?: true

Size: 191 Bytes

Versions: 4

Compression:

Stored size: 191 Bytes

Contents

require "reform/form/validation/unique_validator.rb"

class LocationForm < Reform::Form

  include ModelReflections

  property :test_country
  property :test_state
  property :test_city

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
country_state_select-3.0.3 test/dummy/app/form/location_form.rb
country_state_select-3.0.2 test/dummy/app/form/location_form.rb
country_state_select-3.0.1 test/dummy/app/form/location_form.rb
country_state_select-3.0.0 test/dummy/app/form/location_form.rb