No documentation
This class has no description. You can help the Ruby on Rails community by adding new notes.
Constants
RANGE_FORMATS = {
:db => Proc.new { |start, stop| "BETWEEN '#{start.to_s(:db)}' AND '#{stop.to_s(:db)}'" }
}
Attributes
Show files where this class is defined (6 files)
activesupport/lib/active_support/core_ext/range/overlaps.rb
activesupport/lib/active_support/core_ext/range/include_range.rb
activesupport/lib/active_support/core_ext/range/each.rb
activesupport/lib/active_support/core_ext/range/conversions.rb
activesupport/lib/active_support/core_ext/enumerable.rb
activesupport/lib/active_support/core_ext/object/json.rb