method

as_regular_hash

rails latest stable - Class: ActiveRecord::Store::IndifferentCoder
as_regular_hash(obj)
private

No documentation available.

# File activerecord/lib/active_record/store.rb, line 290
          def as_regular_hash(obj)
            obj.respond_to?(:to_hash) ? obj.to_hash : {}
          end