spec/support/models/post.rb in active_remote-1.2.1 vs spec/support/models/post.rb in active_remote-1.3.0

- old
+ new

@@ -9,8 +9,10 @@ attribute :guid attribute :name attribute :author_guid belongs_to :author + belongs_to :coauthor, :class_name => ::Author has_one :category + has_one :main_category, :class_name => ::Category end