Changeset 8795
- Timestamp:
- 02/03/08 17:54:39 (2 years ago)
- Files:
-
- trunk/railties/lib/initializer.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/lib/initializer.rb
r8787 r8795 88 88 load_plugins 89 89 90 load_application_initializers 91 90 92 # the framework is now fully initialized 91 93 after_initialize 92 93 load_application_initializers94 94 95 95 # Routing must be initialized after plugins to allow the former to extend the routes