module ActiveRecord::Associations::ThroughAssociationScope

Public Instance Methods

construct_scope_with_scope() click to toggle source
# File lib/hobo/extensions/active_record/associations/scope.rb, line 7
def construct_scope_with_scope
  s = construct_scope_without_scope
  s[:find][:scope] = @reflection.options[:scope]
  s
end