ar_doc_store 2.0.6
Provides an easy way to do something that is possible in Rails but still a bit close to the metal using store_accessor: create typecasted, persistent attributes that are not columns in the database but stored in the JSON "data" column. Also supports infinite nesting of embedded models.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 5.2
pg
>= 0