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

15 lines
167 B
Ruby

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