0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-19 16:01:26 +00:00
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