payrejardi_app/app/controllers/admin/menu_urls_controller.rb
Nicolas Bally 3233232f4e initial
2019-02-01 12:07:55 +01:00

15 lines
170 B
Ruby

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