Individual atom entries
This commit is contained in:
parent
1dad72bf13
commit
2bc48e9064
6 changed files with 69 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue