ezmobius / ez-where

query/conditions builder for ActiveRecord and other ORMS

This URL has Read+Write access

ez-where / init.rb
100644 7 lines (6 sloc) 0.154 kb
1
2
3
4
5
6
7
require 'ez/where'
require 'ez/clause'
require 'ez/condition'
require 'ez/hash'
require 'ez/compositions'
 
ActionController::Base.send :include, EZ::Where