links/app/controllers/admin/web_links_controller.rb

5 lines
78 B
Ruby

class Admin::WebLinksController < ApplicationController
def index
end
end