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

15 lines
170 B
Ruby

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