mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 05:04:03 +00:00
5 lines
108 B
Ruby
5 lines
108 B
Ruby
|
|
# Add methods here that slipped into migrations in the dark ages...
|
||
|
|
def remove_attachment(*args)
|
||
|
|
true
|
||
|
|
end
|