module ActiveRecord::TimeScope

Constants

TIME_POSTFIX_REGEXP
VERSION

Public Class Methods

included(base) click to toggle source
# File lib/active_record/time_scope.rb, line 8
def self.included(base)
  base.extend ClassMethods
end