mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
110687814-attr_accessor_removed
This commit is contained in:
parent
7784a44f8d
commit
003bfed538
2 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
class Epp::Contact < Contact
|
||||
include EppErrors
|
||||
|
||||
attr_accessor :current_user
|
||||
|
||||
# disable STI, there is type column present
|
||||
self.inheritance_column = :sti_disabled
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ class Epp::Domain < Domain
|
|||
include EppErrors
|
||||
|
||||
# TODO: remove this spagetti once data in production is correct.
|
||||
attr_accessor :is_renewal, :is_transfer, :current_user
|
||||
attr_accessor :is_renewal, :is_transfer
|
||||
|
||||
before_validation :manage_permissions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue