Module: Switchman::ActiveRecord::AttributeMethods

Defined in:
lib/switchman/active_record/attribute_methods.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



115
116
117
118
# File 'lib/switchman/active_record/attribute_methods.rb', line 115

def self.included(klass)
  klass.extend(ClassMethods)
  klass.attribute_method_prefix "global_", "local_", "original_"
end