initial commit

This commit is contained in:
loos
2014-01-18 14:49:59 -06:00
parent e76f6e84d0
commit bb1c83fb19
58 changed files with 930 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
View File