4527dcbeda
After removing collections from the filtering menu, there was quite a good cleanup here pending
8 lines
126 B
Ruby
8 lines
126 B
Ruby
class My::MenusController < ApplicationController
|
|
include FilterScoped
|
|
|
|
def show
|
|
fresh_when @user_filtering
|
|
end
|
|
end
|