urgence_app/app/controllers/admin/menu_aliases_controller.rb
Nicolas Bally a56f7e6049 initial
2015-09-28 23:42:38 +02:00

16 lines
172 B
Ruby

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