mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
this class depends on JoinHelper, so we should require it
This commit is contained in:
parent
3fbff7811b
commit
9b2a017aa8
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'active_record/associations/join_helper'
|
||||
|
||||
module ActiveRecord
|
||||
module Associations
|
||||
class AssociationScope #:nodoc:
|
||||
|
|
Loading…
Reference in a new issue