Commit 0e192c22a4ca432b68812ef3f8aa44613c0f2f36

Authored by Caio Almeida
Committed by Larissa Reis
1 parent b65258a4

Removing call to lib

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/controllers/application_controller.rb
@@ -8,7 +8,6 @@ class ApplicationController < ActionController::Base @@ -8,7 +8,6 @@ class ApplicationController < ActionController::Base
8 before_filter :allow_cross_domain_access 8 before_filter :allow_cross_domain_access
9 9
10 include AuthenticatedSystem 10 include AuthenticatedSystem
11 - include ExternalAuthenticatedSystem  
12 11
13 before_filter :require_login_for_environment, :if => :private_environment? 12 before_filter :require_login_for_environment, :if => :private_environment?
14 13