method
as_regular_hash
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Store::IndifferentCoder
as_regular_hash(obj)private
No documentation available.
# File activerecord/lib/active_record/store.rb, line 319
def as_regular_hash(obj)
obj.respond_to?(:to_hash) ? obj.to_hash : {}
end