Changeset 277

Show
Ignore:
Timestamp:
02/13/06 17:20:12 (3 years ago)
Author:
lazyatom
Message:

More commenting to environment.rb

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • applications/engines_test/config/environment.rb

    r256 r277  
    5353# Include your application configuration below 
    5454 
     55 
     56 
     57 
     58 
     59# Toggle this to enable or disable the Engines plugin's Edge-Rails-compatibility behaviour 
     60#Engines.config :edge, true 
     61 
     62# Uncomment this to get logger output about the Engines plugin's behaviour 
    5563#Engines.create_logger 
     64 
    5665Engines.start :alpha, :beta, :gamma, :delta 
    57  
    58 require 'hobbits/frodo'