Initial commit; clean Rails application

This commit is contained in:
Prelang Builder
2014-02-27 23:57:09 +00:00
committed by u7482
commit 101f476a00
52 changed files with 702 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