method

as_regular_hash

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