6 lines
94 B
Ruby
6 lines
94 B
Ruby
class My::MenusController < ApplicationController
|
|
include FilterScoped
|
|
|
|
def show
|
|
end
|
|
end |