Skip to content
Snippets Groups Projects
Commit bf0cfdc7 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

remover service

parent c801c90d
No related branches found
No related tags found
No related merge requests found
class AttachmentMaintainingService
def remove_attachment
#TODO: remove attachment
end
def get_last_access
#TODO: get 10 attachments to delete
end
private
def dir_path
"attachments/"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment