Module: PipeLineDealer::CustomFields

Extended by:
ActiveSupport::Concern
Included in:
Company
Defined in:
lib/pipe_line_dealer/custom_fields.rb

Defined Under Namespace

Modules: InstanceMethods

Constant Summary collapse

CUSTOM_FIELD_PREFIX =
"custom_label_"
CUSTOM_FIELD_REGEX =
/#{CUSTOM_FIELD_PREFIX}(\d+)/