Spawn Methods
spawn
merge!VALID_FIND_OPTIONS = [ :conditions, :include, :joins, :limit, :offset, :extend,
:order, :select, :readonly, :group, :having, :from, :lock ]User.joins(:account).merge(Account.where(:active => true))User.joins(:account).where(:accounts => { :active => true })最后更新于