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
|