heylium_app/app/controllers/admin/menu_aliases_controller.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

16 lines
172 B
Ruby
Executable File

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