lib/gooddata/mixins/md_object_id.rb in gooddata-0.6.24 vs lib/gooddata/mixins/md_object_id.rb in gooddata-0.6.25

- old
+ new

@@ -5,10 +5,10 @@ # LICENSE file in the root directory of this source tree. module GoodData module Mixin module MdObjId - def obj_id(uri) + def uri_obj_id(uri) GoodData::Helpers.last_uri_part(uri) end end end end