ensl.org/app/controllers/about_controller.rb

10 lines
116 B
Ruby

class AboutController < ApplicationController
def staff
end
def adminpanel
end
def statistics
end
end