mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 17:31:27 +00:00
11 lines
116 B
Ruby
11 lines
116 B
Ruby
|
class AboutController < ApplicationController
|
||
|
def staff
|
||
|
end
|
||
|
|
||
|
def adminpanel
|
||
|
end
|
||
|
|
||
|
def statistics
|
||
|
end
|
||
|
end
|