Rails5 init

This commit is contained in:
Mark Moser
2016-07-26 11:59:23 -05:00
parent c8985c6f38
commit ef47334853
71 changed files with 958 additions and 0 deletions

View File

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

View File