Compare two posts, by date.
130 131 132
# File 'lib/plate/post.rb', line 130 def <=>(other) self.date <=> other.date end