Generated as mountable Rails Engine

This commit is contained in:
domaindrivendev
2015-01-12 11:10:33 -08:00
parent 87f764ead0
commit e4da21b9c5
60 changed files with 908 additions and 31 deletions

View File

@@ -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