Sha256: 0c5ff64addbfc3ceb3651eb1e15d542d1bb657b832a1abf3c7d1e9343e53649f
Contents?: true
Size: 375 Bytes
Versions: 34
Compression:
Stored size: 375 Bytes
Contents
# Helper for the field model to create valid attributes module DependencyHelper # 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 { :fieldset_child_id => 100, :relationship => "equals", :value => "test string", :dependency_clause_id => 100 } end end
Version data entries
34 entries across 34 versions & 1 rubygems