Rails5 init
This commit is contained in:
3
app/controllers/application_controller.rb
Normal file
3
app/controllers/application_controller.rb
Normal file
@ -0,0 +1,3 @@
|
||||
class ApplicationController < ActionController::Base
|
||||
protect_from_forgery with: :exception
|
||||
end
|
0
app/controllers/concerns/.keep
Normal file
0
app/controllers/concerns/.keep
Normal file
Reference in New Issue
Block a user