Sha256: 1a315888ca04876b120234e515c7ce35fc4fccfadbfa68bcee39459c19dc54b5
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
class RESO::Lookup::RuleFormat < RESO::Enumeration has_one :rule_format_assignment, foreign_key: :enumeration_id has_one :reso_rule, through: :rule_format_assignment, source: :enumerable, source_type: "RESO::Rule" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reso-0.2.2 | lib/reso/app/models/reso/lookup/rule_format.rb |