Module: Pragma::Decorator::Association::InstanceMethods

Defined in:
lib/pragma/decorator/association.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#validate_expansion(expand) ⇒ Object



89
90
91
92
# File 'lib/pragma/decorator/association.rb', line 89

def validate_expansion(expand)
  check_parent_associations_are_expanded(expand)
  check_expanded_associations_exist(expand)
end