class Post < ActiveRecord::Base

  def to_liquid
    attributes.stringify_keys
  end
end