Changeset 7620
- Timestamp:
- 09/24/07 22:52:35 (1 year ago)
- Files:
-
- trunk/railties/helpers/application.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/helpers/application.rb
r7616 r7620 4 4 class ApplicationController < ActionController::Base 5 5 helper :all # include all helpers, all the time 6 protect_from_forgery 6 protect_from_forgery # See ActionController::RequestForgeryProtection for details 7 7 end