Jack Bracken

Results 2 comments of Jack Bracken

Try setting your persistence_id to false. For example in your controller: ``` ruby @filterrific = initialize_filterrific( Model, params[:filterrific], select_options: { # options }, persistence_id: false ) || return ```

Thanks for the link to the hooks package @powelski, made my day