lib/createsend/segment.rb in createsend-3.0.0 vs lib/createsend/segment.rb in createsend-3.1.0
- old
+ new
@@ -71,13 +71,9 @@
def post(action, options = {})
super uri_for(action), options
end
- def put(action, options = {})
- super uri_for(action), options
- end
-
def uri_for(action)
"/segments/#{segment_id}/#{action}.json"
end
end
\ No newline at end of file