This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/controllers/directory_controller.rb

9 lines
170 B
Ruby

class DirectoryController < ApplicationController
# This controller just exists to avoid 404s and to have the ember app load up
def index
end
def show
end
end