mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Someone used a paperclip method in a migration. I'm too scared to look who, maybe it was me?
4 lines
108 B
Ruby
4 lines
108 B
Ruby
# Add methods here that slipped into migrations in the dark ages...
|
|
def remove_attachment(*args)
|
|
true
|
|
end
|