aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/eager_load_nested_include_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-01-14 17:11:15 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2011-01-14 17:11:15 -0200
commit3755ae04a1933762fce99d148734dc3de2a184c1 (patch)
treef087d604bbb8c01deb6846a10438cd659fc4f9dc /activerecord/test/cases/associations/eager_load_nested_include_test.rb
parent7bf7ab5c687e7d383678cb1015eb016310ed0d81 (diff)
downloadrails-3755ae04a1933762fce99d148734dc3de2a184c1.tar.gz
rails-3755ae04a1933762fce99d148734dc3de2a184c1.tar.bz2
rails-3755ae04a1933762fce99d148734dc3de2a184c1.zip
Add missing require
Diffstat (limited to 'activerecord/test/cases/associations/eager_load_nested_include_test.rb')
-rw-r--r--activerecord/test/cases/associations/eager_load_nested_include_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/cases/associations/eager_load_nested_include_test.rb b/activerecord/test/cases/associations/eager_load_nested_include_test.rb
index c7671a8c22..8957586189 100644
--- a/activerecord/test/cases/associations/eager_load_nested_include_test.rb
+++ b/activerecord/test/cases/associations/eager_load_nested_include_test.rb
@@ -4,6 +4,7 @@ require 'models/author'
require 'models/comment'
require 'models/category'
require 'models/categorization'
+require 'models/tagging'
require 'active_support/core_ext/array/random_access'
module Remembered