0
0
Fork 0

Individual atom entries

This commit is contained in:
Eugen Rochko 2016-02-22 19:11:07 +01:00
parent 1dad72bf13
commit 2bc48e9064
6 changed files with 69 additions and 5 deletions

View file

@ -37,6 +37,14 @@ class Account < ActiveRecord::Base
:person
end
def title
self.username
end
def summary
self.note
end
def subscribed?
!(self.secret.blank? || self.verify_token.blank?)
end