changelog shortlog tags changeset manifest revisions annotate raw

app/controllers/application.rb

changeset 0: 3a81b06fdea8
child:ac1024130232
author: moriq@dev.moriq.com
date: Tue Mar 04 23:55:22 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: create mercurial repos for rails-2.0.2 project.
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
9 protect_from_forgery # :secret => '34d199dc292649987bc6a6f4e7174608'
10end