diff --git a/config/initializers/fuckups.rb b/config/initializers/fuckups.rb new file mode 100644 index 00000000..3fdbe58e --- /dev/null +++ b/config/initializers/fuckups.rb @@ -0,0 +1,4 @@ +# Add methods here that slipped into migrations in the dark ages... +def remove_attachment(*args) + true +end