Changeset 374

Show
Ignore:
Timestamp:
05/15/06 03:55:19 (3 years ago)
Author:
hlame
Message:

[Ticket #156] Seems that we don't actually need these require statements at all. Tested with Rails 1.0 and Rails 1.1.2 and I can't make it complain if we take them out (note that the repository seems to agree in that in previous versions of the file these lines were commented out. I think this change got lost in the svn-move / reorg)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • login_engine/branches/rb_1.0/init_engine.rb

    r282 r374  
    44 
    55# TODO: why do I have to include these here, when including them in login_engine.rb should be sufficient? 
    6 require 'authenticated_user' 
    7 require 'authenticated_system' 
     6#require 'authenticated_user' 
     7#require 'authenticated_system' 
    88 
    99#ApplicationController.send(:include, LoginEngine)