Method: ActiveScaffold::DataStructures::NestedInfoAssociation#through_association?
- Defined in:
- lib/active_scaffold/data_structures/nested_info.rb
#through_association? ⇒ Boolean
130 131 132 |
# File 'lib/active_scaffold/data_structures/nested_info.rb', line 130 def through_association? association.through? end |