Module: ActiveRecord::Associations::JoinHelper
- Defined in:
- lib/active_record/associations/join_helper.rb
Overview
Helper class module which gets mixed into JoinDependency::JoinAssociation and AssociationScope
Instance Method Summary collapse
-
#join_type ⇒ Object
:nodoc:.
Instance Method Details
#join_type ⇒ Object
:nodoc:
6 7 8 |
# File 'lib/active_record/associations/join_helper.rb', line 6 def join_type Arel::InnerJoin end |