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