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