instance method
read_store_attribute
Ruby on Rails 8.0.4
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 209
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 209
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Store