empty app rails 1.99.0 (aka Rails 2.0 preview)
[rails-skeleton.git] / app / controllers / application.rb
blob5826d6529a7dc73ffcd953dbaee6fc6d73b8c036
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 => 'cf37c500ea663c528c9cb02cf518b915'
10 end