Method: ActiveRecord::Reflection::ThroughReflection#through_reflection?

Defined in:
activerecord/lib/active_record/reflection.rb

#through_reflection?Boolean

Returns:

  • (Boolean)


762
763
764
# File 'activerecord/lib/active_record/reflection.rb', line 762

def through_reflection?
  true
end