Skip to content

Commit

Permalink
Revert "Revert "adding missing fields to comments""
Browse files Browse the repository at this point in the history
This reverts commit a776856.
  • Loading branch information
Giovanni Intini committed Dec 19, 2011
1 parent a776856 commit 39646ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/mogli/comment.rb
@@ -1,9 +1,9 @@
module Mogli
class Comment < Model
define_properties :id, :message, :created_time, :count, :likes

define_properties :id, :message, :created_time, :count, :likes, :can_remove, :message_tags
creation_properties :message
hash_populating_accessor :from, "User","Page"

end
end
end

0 comments on commit 39646ed

Please sign in to comment.