olwen_demo_app/app/controllers/admin/menu_aliases_controller.rb
Nicolas Bally 7b2e6811dd initial
2020-06-05 11:10:02 +02:00

16 lines
172 B
Ruby

# -*- encoding : utf-8 -*-
class Admin::MenuAliasesController < ApplicationController
before_action :authenticate_admin!
def edit
end
def update
end
end