mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
parent
507d59fbab
commit
b68391ca80
3 changed files with 1 additions and 4 deletions
2
.reek
2
.reek
|
@ -191,7 +191,6 @@ DuplicateMethodCall:
|
|||
- Registrant::SessionsController#mid_status
|
||||
- Registrant::WhoisController#index
|
||||
- Registrar::AccountActivitiesController#index
|
||||
- Registrar::BaseController#check_ip
|
||||
- Registrar::ContactsController#download_list
|
||||
- Registrar::ContactsController#index
|
||||
- Registrar::ContactsController#normalize_search_parameters
|
||||
|
@ -667,7 +666,6 @@ TooManyStatements:
|
|||
- Registrant::SessionsController#mid
|
||||
- Registrant::SessionsController#mid_status
|
||||
- Registrar::AccountActivitiesController#index
|
||||
- Registrar::BaseController#check_ip
|
||||
- Registrar::ContactsController#download_list
|
||||
- Registrar::ContactsController#index
|
||||
- Registrar::ContactsController#normalize_search_parameters
|
||||
|
|
|
@ -3,7 +3,7 @@ class Registrar
|
|||
protect_from_forgery except: :back
|
||||
|
||||
skip_authorization_check # actually anyone can pay, no problems at all
|
||||
skip_before_action :authenticate_user!, :check_ip, only: [:back]
|
||||
skip_before_action :authenticate_user!, :check_ip_restriction, only: [:back]
|
||||
before_action :check_bank
|
||||
|
||||
# to handle existing model we should
|
||||
|
|
|
@ -492,7 +492,6 @@
|
|||
<polyline fill="none" stroke="black" points="-300,-378 -124,-378 "/>
|
||||
<polyline fill="none" stroke="black" points="-300,-354 -124,-354 "/>
|
||||
<text text-anchor="start" x="-292" y="-338.8" font-family="Times,serif" font-size="14.00">_layout</text>
|
||||
<text text-anchor="start" x="-292" y="-323.8" font-family="Times,serif" font-size="14.00">check_ip</text>
|
||||
<text text-anchor="start" x="-292" y="-308.8" font-family="Times,serif" font-size="14.00">role_base_root_url</text>
|
||||
</g>
|
||||
<!-- Registrar::PollsController -->
|
||||
|
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Loading…
Add table
Add a link
Reference in a new issue