Module: RightsStatementActs

Included in:
RightsStatement
Defined in:
backend/app/model/mixins/rights_statements_acts.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
9
# File 'backend/app/model/mixins/rights_statements_acts.rb', line 3

def self.included(base)
  base.one_to_many :rights_statement_act

  base.def_nested_record(:the_property => :acts,
                         :contains_records_of_type => :rights_statement_act,
                         :corresponding_to_association  => :rights_statement_act)
end