Method: ActiveScaffold::DataStructures::NestedInfoAssociation#through_association?

Defined in:
lib/active_scaffold/data_structures/nested_info.rb

#through_association?Boolean

Returns:

  • (Boolean)


130
131
132
# File 'lib/active_scaffold/data_structures/nested_info.rb', line 130

def through_association?
  association.through?
end