class Support::Training::Controller < Support::ApplicationController
  private
    def area
      'training'
    end
end
