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

- old
+ new

@@ -8,7 +8,8 @@ attribute :guid attribute :name has_many :posts + has_many :flagged_posts, :class_name => "::Post" end