ensl.org/app/controllers/sites_controller.rb
2017-11-12 18:02:53 +01:00

16 lines
154 B
Ruby

class SitesController < ApplicationController
def administrate
end
def create
end
def show
end
def update
end
def destroy
end
end