Sha256: 843775c03e69a9d738663ea8ced308dc2a08e92d5a768be1f1afe1581f7088fd
Contents?: true
Size: 391 Bytes
Versions: 13
Compression:
Stored size: 391 Bytes
Contents
# Helper for the field model to create valid attributes module FieldHelper # this has issues with not being able to set type # I am manually setting it where it is needed to avoid problems def valid_attributes { :name => "Test field name", :label => "Test field label", :field_type => "textfield", :required => true, :enabled => true, } end end
Version data entries
13 entries across 13 versions & 1 rubygems