Fix up tests and runner
[ebb.git] / test / rails_app / app / controllers / application.rb
blobcfdb724cc32dcc6a0ce37c37230b574059f5d4ae
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 => 'a8af303b8dabf2d2d8f1a7912ac04d7d'
10 end