first commit

This commit is contained in:
Cesidio Di Landa
2013-04-19 19:14:51 +02:00
commit cee2bd02da
40 changed files with 1067 additions and 0 deletions
@@ -0,0 +1,5 @@
class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
end