Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
ee2c3cd1e674
Commit
0c291f35
authored
Oct 06, 2014
by
Dmitriy Zaporozhets
Browse files
Merge branch 'raise-on-forgery' into 'master'
Raise on forgery Fixes #1572 See merge request !1156
parents
1ea4d70fda3f
fdf78c10a4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/application_controller.rb
View file @
ee2c3cd1
...
...
@@ -13,7 +13,7 @@ class ApplicationController < ActionController::Base
before_filter
:configure_permitted_parameters
,
if: :devise_controller?
before_filter
:require_email
,
unless: :devise_controller?
protect_from_forgery
protect_from_forgery
with: :exception
helper_method
:abilities
,
:can?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment