php_app/app/controllers/admin/menu_aliases_controller.rb
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +01:00

16 lines
172 B
Ruby

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