# -*- encoding : utf-8 -*-
class Admin::MenuUrlsController < ApplicationController
    before_filter :auth_admin


def edit
  
  
  end

  def update
  end

end