spec/fixtures/user.rb in lazy_resource-0.2.0 vs spec/fixtures/user.rb in lazy_resource-0.3.0
- old
+ new
@@ -2,8 +2,9 @@
include LazyResource::Resource
attribute :id, Fixnum
attribute :name, String
attribute :created_at, DateTime
+ attribute :updated_at, DateTime
attribute :post, Post
attribute :comments, [Comment]
end