ar_doc_store 2.0.5
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:
=
安装:
=
Runtime 依赖 (2):
activerecord
>= 5.2
pg
>= 0