ensl.org/app/controllers/custom_urls_controller.rb

16 lines
159 B
Ruby

class CustomUrlsController < ApplicationController
def administrate
end
def create
end
def show
end
def update
end
def destroy
end
end