Fix #3965: Extraneous API attributes.

Remove the updater_id/updater_ip_addr virtual attributes from
pools/notes. Juss pass them in as params to create_version instead.
This commit is contained in:
evazion
2018-10-30 14:32:55 -05:00
parent 39374a70d3
commit f5012464ab
8 changed files with 25 additions and 26 deletions

View File

@@ -7,6 +7,5 @@ FactoryBot.define do
height 1
is_active true
body {FFaker::Lorem.sentences.join(" ")}
updater_ip_addr "127.0.0.1"
end
end