lib/hungry/response.rb in hungry-0.1.1 vs lib/hungry/response.rb in hungry-0.1.2

- old
+ new

@@ -1,17 +1,17 @@ module Hungry class Response < Resource - + ### RESOURCES: - + belongs_to :review, 'Hungry::Review' - + ### ATTRIBUTES: - + ### Review: attr_accessor :id, :body, :author, - + ### Utility: :created_at, :updated_at - + end end