module Unidom module Price class Pricing < ActiveRecord::Type::Value include ProgneTapera::EnumConfig enum :unidom_pricing end end end