mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Merge pull request #1305 from internetee/remove-unnecessary-statement
Remove unnecessary statement
This commit is contained in:
commit
7dc533d10c
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
class EppController < ApplicationController
|
class EppController < ApplicationController
|
||||||
layout false
|
layout false
|
||||||
protect_from_forgery with: :null_session
|
|
||||||
skip_before_action :verify_authenticity_token
|
skip_before_action :verify_authenticity_token
|
||||||
|
|
||||||
before_action :ensure_session_id_passed
|
before_action :ensure_session_id_passed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue