Module: Mycroseconds::Setting

Defined in:
lib/mycroseconds/setting.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
# File 'lib/mycroseconds/setting.rb', line 3

def self.included(base)
  base.class_eval do
    alias_method_chain :create_without_timestamps, :precision
    alias_method_chain :update_without_timestamps, :precision
  end
end