Method: ActiveScaffold::DataStructures::NestedInfoAssociation#create_through_singular?
- Defined in:
- lib/active_scaffold/data_structures/nested_info.rb
#create_through_singular? ⇒ Boolean
114 115 116 |
# File 'lib/active_scaffold/data_structures/nested_info.rb', line 114 def create_through_singular? association.through_singular? && source_reflection.reverse end |