SpeciesFileGroup/taxonworks

View on GitHub
app/controllers/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ApplicationController < ActionController::Base

  include Workbench::SessionsHelper
  include SetExceptionNotificationData

  include Api::Intercept
  
  include ProjectsHelper # /helpers/projects_helper.rb
  include SetHousekeeping
  include Tracking::UserTime
  include Whitelist
  include Cookies
  include LogRecent  # disabled
  include PageMeta
  include ControllerTypes
  include RescueFrom
  include ForgeryProtection
  include PaginationHeaders
  include RequestType
  include RedirectHelper
end