lib/crunchbase/investment.rb in crunchbase_v2-1.1.2 vs lib/crunchbase/investment.rb in crunchbase_v2-1.1.3
- old
+ new
@@ -1,7 +1,7 @@
# encoding: utf-8
-# https://api.crunchbase.com/v/2/organization/facebook/investments
+# https://api.crunchbase.com/v/2/organization/#{permalink}/investments
module Crunchbase
class Investment < CBEntity
RESOURCE_LIST = 'investments'
\ No newline at end of file