instance method
read_store_attribute
Ruby on Rails 4.0.13
Since v4.0.13Signature
read_store_attribute(store_attribute, key)
No documentation comment.
Parameters
-
store_attributereq -
keyreq
Source
# File activerecord/lib/active_record/store.rb, line 115
def read_store_attribute(store_attribute, key)
attribute = initialize_store_attribute(store_attribute)
attribute[key]
end
Defined in activerecord/lib/active_record/store.rb line 115
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Store