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

15 lines
170 B
Ruby
Executable File

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