ankane / searchjoy

Search analytics made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom tracking fields do not work with Rails 3 (or Rails 4) w/o strong parameters

edslocomb opened this issue · comments

...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

Similar to: #23

Support for attr_accessible will be removed in the next version, so going to close.