Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 356

Show
Ignore:
Timestamp:
01/09/05 21:45:43 (4 years ago)
Author:
david
Message:

Removed last trace of ill-conceived authentication framework

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller.rb

    r351 r356  
    4242require 'action_controller/cgi_process' 
    4343require 'action_controller/caching' 
    44 require 'action_controller/authentication' 
    4544 
    4645ActionController::Base.class_eval do 
     
    5655  include ActionController::Session 
    5756  include ActionController::Caching 
    58   include ActionController::Authentication 
    5957end 
    6058