handles_sortable_columns icon indicating copy to clipboard operation
handles_sortable_columns copied to clipboard

For Rails 5.1 compatibility - before_filter => before_action

Open srogers opened this issue 7 years ago • 0 comments

in line 132 of sortable_columns.rb:

before_filter(fopts) do |ac|

needs to be changed to before_action

srogers avatar Jun 28 '17 03:06 srogers