Changeset 229
- Timestamp:
- 01/14/06 10:39:32 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wiki_engine/branches/MH/app/controllers/wiki_engine_controller.rb
r224 r229 1 require_dependency 'wiki_engine_helper' 2 1 3 # The WikiEngineController is something like the ApplicationController, 2 4 # for all controllers in the WikiEngine. They all extend him and thus … … 6 8 # * implement the default_url_options method of ActionController::Base. 7 9 class WikiEngineController < ApplicationController 10 helper WikiEngineHelper 11 8 12 protected 9 13 def find_book
