Allow location when creating a post

This commit is contained in:
2023-02-19 20:24:54 +11:00
parent 4fd7782a9a
commit b685295ed0

View File

@@ -11,6 +11,7 @@ module Adamantium
required(:post_type).value(included_in?: %w[post])
required(:syndicate_to).array(:string)
required(:photos).array(:hash)
required(:location).maybe(:string)
end
end
end