Custom tracking fields do not work with Rails 3 (or Rails 4) w/o strong parameters
edslocomb opened this issue · 2 comments
edslocomb commented
...which is probably correct behavior, but should definitely be added to the README.
The following line is where searchjoy prevents data from being written to custom columns:
https://github.com/ankane/searchjoy/blob/master/app/models/searchjoy/search.rb#L7
ankane commented
Support for attr_accessible
will be removed in the next version, so going to close.