I am trying to implement a simple search and sort for my webapp. I am following the railscast and this railscast.
My application helper for sortable function which
You can use this hack:
params.to_enum.to_h
I think rails developers will restrict it when they know it's the way to use unpermitted parameters. :)