method
construct_find_options!
v3.0.9 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyThroughAssociation
construct_find_options!(options)protected
No documentation available.
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 56
def construct_find_options!(options)
options[:joins] = construct_joins(options[:joins])
options[:include] = @reflection.source_reflection.options[:include] if options[:include].nil? && @reflection.source_reflection.options[:include]
end