module Unread

Constants

MIGRATION_BASE_CLASS
VERSION

Public Class Methods

included(base) click to toggle source
# File lib/unread/base.rb, line 2
def self.included(base)
  base.extend Base
end