Skip to content

Commit

Permalink
Likes for comments and type for education
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseem Ahmad committed Dec 6, 2010
1 parent 08746f3 commit 0b2e361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/joey/comment.rb
@@ -1,6 +1,6 @@
module Joey
class Comment < Model
define_properties :id, :message, :created_time, :count
define_properties :id, :message, :created_time, :count, :likes
#creation_properties :message
hash_populating_accessor :from, "User","Page"

Expand Down
2 changes: 1 addition & 1 deletion lib/joey/education.rb
@@ -1,7 +1,7 @@
module Joey
class Education < Model

define_properties :start_date, :end_date, :degree
define_properties :start_date, :end_date, :degree, :type

hash_populating_accessor :school, "Page"
hash_populating_accessor :year, "Page"
Expand Down

0 comments on commit 0b2e361

Please sign in to comment.