Add new application generated with rails new

This commit is contained in:
Thibault Jouan
2011-07-07 18:44:26 +00:00
commit b994f821f7
37 changed files with 943 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
class ApplicationController < ActionController::Base
protect_from_forgery
end