updated to rails 2.0.2
[rails-skeleton.git] / app / controllers / application.rb
blob8c3d5a1bbc4e9946ac1307662fc241ff71d21e33
1 # Filters added to this controller apply to all controllers in the application.
2 # Likewise, all the methods added will be available for all controllers.
4 class ApplicationController < ActionController::Base
5   helper :all # include all helpers, all the time
7   # See ActionController::RequestForgeryProtection for details
8   # Uncomment the :secret if you're not using the cookie session store
9   protect_from_forgery # :secret => '5589a4aab240bd6a661794c1fbf79b73'
10 end