From 5ecf2b4c54129ba418ee43cc0c61a250bde29d05 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 7 May 2020 15:43:06 -0500 Subject: [PATCH] houdini_upgrade - remove trailing line break in nonprofit.rb template --- .../cw_to_activestorage/templates/models/nonprofit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gems/houdini_upgrade/lib/generators/cw_to_activestorage/templates/models/nonprofit.rb b/gems/houdini_upgrade/lib/generators/cw_to_activestorage/templates/models/nonprofit.rb index e23110c9..c3fe1c46 100644 --- a/gems/houdini_upgrade/lib/generators/cw_to_activestorage/templates/models/nonprofit.rb +++ b/gems/houdini_upgrade/lib/generators/cw_to_activestorage/templates/models/nonprofit.rb @@ -4,4 +4,4 @@ mount_uploader :second_image_temp, NonprofitUploader mount_uploader :third_image_temp, NonprofitUploader mount_uploader :background_image_temp, NonprofitBackgroundUploader mount_uploader :logo_temp, NonprofitLogoUploader -###MIGRATION_FIELDS_END +###MIGRATION_FIELDS_END \ No newline at end of file