def inspired?(post)
    if post.classname == 'post'
      !Inspire.find_by(:post_id => post.id, :user_id => self.id).nil?
    else
      !Inspire.find_by(:tagged_post_id => post.id, :user_id => self.id).nil?