mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 08:30:15 +02:00
Story 109367694 - refactor method name
This commit is contained in:
parent
3f906b5ac6
commit
e5a0149d1e
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ class User < ActiveRecord::Base
|
|||
|
||||
attr_accessor :phone
|
||||
|
||||
def string
|
||||
def id_role_username
|
||||
"#{self.id}-#{self.class}: #{self.username}"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue