lib/ecoportal/api/v2/page/component.rb in ecoportal-api-oozes-0.5.8 vs lib/ecoportal/api/v2/page/component.rb in ecoportal-api-oozes-0.5.9
- old
+ new
@@ -86,9 +86,13 @@
def section
root.sections.find {|sec| sec.component?(id)}
end
+ def indexable_label
+ self.class.indexable_label(label)
+ end
+
end
end
end
end
end