aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/predicates.rb
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-01-07 22:32:16 -0800
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-01-07 22:32:16 -0800
commit5f03d1616cc6f66013fbaae9c92553df74a7aee4 (patch)
tree6f35b2683c858fb6bb95f7dc895aecf1309f48df /lib/active_relation/predicates.rb
parent2fa1ff4e63f27d49a529116bb5e9933a0f385c3e (diff)
downloadrails-5f03d1616cc6f66013fbaae9c92553df74a7aee4.tar.gz
rails-5f03d1616cc6f66013fbaae9c92553df74a7aee4.tar.bz2
rails-5f03d1616cc6f66013fbaae9c92553df74a7aee4.zip
removed sql builder
Diffstat (limited to 'lib/active_relation/predicates.rb')
-rw-r--r--lib/active_relation/predicates.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/active_relation/predicates.rb b/lib/active_relation/predicates.rb
new file mode 100644
index 0000000000..0179a15035
--- /dev/null
+++ b/lib/active_relation/predicates.rb
@@ -0,0 +1,4 @@
+module ActiveRelation
+ module Predicates
+ end
+end \ No newline at end of file