lib/ecoportal/api/v2/page/mould_counter.rb in ecoportal-api-v2-2.0.6 vs lib/ecoportal/api/v2/page/mould_counter.rb in ecoportal-api-v2-2.0.7

- old
+ new

@@ -1,9 +1,9 @@ module Ecoportal module API class V2 class Page - class MouldCounter < Common::Content::DoubleModel + class MouldCounter < Ecoportal::API::Common::Content::DoubleModel UID_REGEX = /^(?<prefix>.*?)(?<counter>\d+)(?<postfix>.*)$/i STR_LEN = 5 BASE_NUM_STR = "0" * STR_LEN passthrough :prefix, :postfix