Module: DoubleCheckedLockPatch

Defined in:
lib/monorails/attribute_methods.rb

Instance Method Summary collapse

Instance Method Details

#define_attribute_methodsObject



3
4
5
6
# File 'lib/monorails/attribute_methods.rb', line 3

def define_attribute_methods
  return false if @attribute_methods_generated
  super
end