mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
rubocop update, now it's green
This commit is contained in:
parent
2d6ed7fa45
commit
8d189023c7
29 changed files with 190 additions and 54 deletions
|
@ -2,7 +2,7 @@ class EppSession < ActiveRecord::Base
|
|||
before_save :marshal_data!
|
||||
|
||||
def data
|
||||
@data ||= self.class.unmarshal(read_attribute(:data)) || {}
|
||||
@data ||= self.class.unmarshal(self[:data]) || {}
|
||||
end
|
||||
|
||||
def [](key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue