Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7620

Show
Ignore:
Timestamp:
09/24/07 22:52:35 (1 year ago)
Author:
david
Message:

Give a pointer on where to look for more

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/helpers/application.rb

    r7616 r7620  
    44class ApplicationController < ActionController::Base 
    55  helper :all # include all helpers, all the time 
    6   protect_from_forgery 
     6  protect_from_forgery # See ActionController::RequestForgeryProtection for details 
    77end