mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user