public
Description: fork of the acts_as_range Rails plugin for interval AR queries, we wrote this in 2005-7 (BSD-licensed release from our old employer)
Homepage: http://tasks.ogconsultin.gs/projects/show/acts-as-range
Clone URL: git://github.com/flogic/acts-as-range.git
acts-as-range / init.rb
100644 9 lines (7 sloc) 0.41 kb
1
2
3
4
5
6
7
8
9
require 'centerstone/acts/range'
require 'centerstone/acts/date_range'
require 'centerstone/association_extensions/ranged'
require 'centerstone/association_extensions/date_ranged'
 
ActiveRecord::Base.send :include, Centerstone::Acts::Range
ActiveRecord::Base.send :include, Centerstone::Acts::DateRange
 
# ActiveRecord::Reflection::AssociationReflection.send :include, Centerstone::ReflectionExtensions::Ranged