instance method
allocate
Ruby on Rails 5.1.7
Since v4.2.11.3 Last seen in v5.1.7Signature
allocate()
No documentation comment.
Source
# File activerecord/lib/active_record/core.rb, line 153
def allocate
define_attribute_methods
super
end
Defined in activerecord/lib/active_record/core.rb line 153
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core::ClassMethods