Method: Writefully::Authorship#to_s
- Defined in:
- app/models/writefully/authorship.rb
#to_s ⇒ Object
12 13 14 |
# File 'app/models/writefully/authorship.rb', line 12 def to_s data["name"] || data["login"] || data["email"] || data["uid"] end |