Flowdock
Ruby on Rails latest stable (v6.1.7.7) - 0 notes

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

RANGE_FORMATS = { db: -> (start, stop) do case start when String then "BETWEEN '#{start}' AND '#{stop}'" else "BETWEEN '#{start.to_s(:db)}' AND '#{stop.to_s(:db)}'" end end }

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.