method
[]
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::InternalMetadata
[](key)public
No documentation available.
# File activerecord/lib/active_record/internal_metadata.rb, line 23
def [](key)
where(key: key).pluck(:value).first
end