spec/helpers/models.rb in motion-prime-0.1.7 vs spec/helpers/models.rb in motion-prime-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
class User < MotionPrime::BaseModel
- attributes :name, :age, :created_at
+ attributes :id, :name, :age, :created_at
end
class Plane < MotionPrime::BaseModel
attributes :name, :age
end
\ No newline at end of file