module LogTable

Constants

STATUS_COLUMN_NAME
VERSION

Public Class Methods

included(base) click to toggle source
# File lib/log_table.rb, line 15
def self.included(base)
  base.send :extend, ClassMethods
end