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