app/serializers/landable/template_serializer.rb in landable-1.11.1 vs app/serializers/landable/template_serializer.rb in landable-1.12.1
- old
+ new
@@ -8,7 +8,9 @@
attributes :audit_flags
attributes :deleted_at
embed :ids
has_one :published_revision
+
+ has_many :pages
end
end