module Bellbro::Trackable::ClassMethods
Public Instance Methods
log_record_schema()
click to toggle source
# File lib/bellbro/trackable.rb, line 16 def log_record_schema @log_record_schema end
track_with_schema(hash)
click to toggle source
# File lib/bellbro/trackable.rb, line 12 def track_with_schema(hash) @log_record_schema = hash end