Flowdock
v7.0.0 - Show latest stable - 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_formatted_s(:db)}' AND '#{stop.to_formatted_s(:db)}'" end end }

Attributes

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