Add /post_replacements.json, /posts/1234/replacements.json.

This commit is contained in:
evazion
2017-05-14 18:49:57 -05:00
parent 78b08d8394
commit cb09b6661d
5 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
FactoryGirl.define do
factory(:post_replacement) do
original_url { FFaker::Internet.http_url }
replacement_url { FFaker::Internet.http_url }
end
end