Store accessor for nested JSON in Rails
Today we will look at a handy Rails tool called store_accessor.
store_accessor can be used with PostgreSQL(hstore/jsonb), or MySQL (5.7+ json) to directly access your data without clogging your models. It also allows us to use dirty methods on these ...
dsdev.in1 min read