Sha256: 5e9f6aca194c680db2231b77341587fde3c2383d558654a227c3207010d6915b

Contents?: true

Size: 374 Bytes

Versions: 3

Compression:

Stored size: 374 Bytes

Contents

require 'rubygems'
gem 'activerecord', '~> 2.2'
require 'active_record'

%w(active_record query table conjunctions restrictions filter join order group_by dsl).each do |file|
  require File.join(File.dirname(__FILE__), 'record_filter', file)
end

module RecordFilter
  class AssociationNotFoundException < Exception; end
  class ColumnNotFoundException < Exception; end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
aub-record_filter-0.1.2 lib/record_filter.rb
outoftime-record_filter-0.1.1 lib/record_filter.rb
outoftime-record_filter-0.1.3 lib/record_filter.rb