module DoubleCheckedLockPatch

Public Instance Methods

define_attribute_methods() click to toggle source

Backport of github.com/rails/rails/commit/28d52c59f2cb32180ca24770bf95597ea3ad8198

Calls superclass method
# File lib/monorails/attribute_methods.rb, line 3
def define_attribute_methods
  return false if @attribute_methods_generated
  super
end