class Support::Sites::Controller < Support::ApplicationController
  private
    def area
      'sites'
    end
end
