instance method
read_store_attribute
Ruby on Rails 8.1.2
Since v4.0.13 PrivateSignature
read_store_attribute(store_attribute, key)
No documentation comment.
Parameters
-
store_attributereq -
keyreq
Source
# File activerecord/lib/active_record/store.rb, line 215
def read_store_attribute(store_attribute, key) # :doc:
accessor = store_accessor_for(store_attribute)
accessor.read(self, store_attribute, key)
end
Defined in activerecord/lib/active_record/store.rb line 215
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Store