source: ruby/trunk/rails/cancerehr/app/controllers/application.rb@ 59

Last change on this file since 59 was 59, checked in by KOBAYASHI, Shinji, 16 years ago

login window created

File size: 468 bytes
RevLine 
[12]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.
3
4class ApplicationController < ActionController::Base
5 helper :all # include all helpers, all the time
6
7 # See ActionController::RequestForgeryProtection for details
8 # Uncomment the :secret if you're not using the cookie session store
[59]9# protect_from_forgery # :secret => 'c3e807951661961322016dc6ca949e09'
[12]10end
Note: See TracBrowser for help on using the repository browser.