diff options
Diffstat (limited to 'activerecord/lib')
| -rw-r--r-- | activerecord/lib/active_record/railties/collection_cache_association_loading.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/activerecord/lib/active_record/railties/collection_cache_association_loading.rb b/activerecord/lib/active_record/railties/collection_cache_association_loading.rb index b5129e4239..dfaac4eefb 100644 --- a/activerecord/lib/active_record/railties/collection_cache_association_loading.rb +++ b/activerecord/lib/active_record/railties/collection_cache_association_loading.rb @@ -20,12 +20,12 @@ module ActiveRecord          end        end -      def collection_without_template +      def collection_without_template(*)          @relation.preload_associations(@collection) if @relation          super        end -      def collection_with_template +      def collection_with_template(*)          @relation.preload_associations(@collection) if @relation          super        end | 
