Merge pull request #1305 from internetee/remove-unnecessary-statement

Remove unnecessary statement
This commit is contained in:
Timo Võhmar 2019-09-13 15:12:56 +03:00 committed by GitHub
commit 7dc533d10c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
class EppController < ApplicationController
layout false
protect_from_forgery with: :null_session
skip_before_action :verify_authenticity_token
before_action :ensure_session_id_passed