ensl.org/app/controllers/about_controller.rb

11 lines
116 B
Ruby
Raw Normal View History

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