Sha256: 43f7af866f7174b6d4aa69f434d9835e53a2fca17d629e0ee88cbbef2f7d3b05
Contents?: true
Size: 216 Bytes
Versions: 58
Compression:
Stored size: 216 Bytes
Contents
module Forms class Address < Roda::Component::Form attr_accessor :line1, :line2, :city, :zip def validate assert_present :line1 assert_present :city assert_present :zip end end end
Version data entries
58 entries across 58 versions & 1 rubygems