24 25 26
# File 'lib/summer_project/base.rb', line 24 def self.delete(id) request(:delete, {}, path_with_id(id)) end