maisonarbre_app/app/controllers/admin/menu_aliases_controller.rb
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

16 lines
170 B
Ruby

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