Method: CORL::Plugin::Network#delete_attachments

Defined in:
lib/core/plugin/network.rb

#delete_attachments(ids, options = {}) ⇒ Object




295
296
297
# File 'lib/core/plugin/network.rb', line 295

def delete_attachments(ids, options = {})
  config.delete_attachments(ids, options)    
end