mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 22:01:28 +00:00
16 lines
154 B
Ruby
16 lines
154 B
Ruby
class SitesController < ApplicationController
|
|
def administrate
|
|
end
|
|
|
|
def create
|
|
end
|
|
|
|
def show
|
|
end
|
|
|
|
def update
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|