amco / dolly

Not an ORM for CouchDB in rails.
8 stars 3 forks source link

Use Hash With Indifferent access if available #176

Closed javierg closed 3 years ago

javierg commented 3 years ago

We were not using hash with indifferent access toa void dependency with rails, but it is necessary for rails projects some times, so the doc will be parsed with indifferent access if active_support/with_indifferent_access is present.