Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
fixing last_posts method
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansky committed Feb 7, 2011
1 parent 667b0a2 commit e047df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def locked?
end

def last_posts(count)
harr = bookmarks.last(count)
harr = bookmarks.first(count)
return harr
end

Expand Down

0 comments on commit e047df9

Please sign in to comment.