# File lib/simple_form/map_type.rb, line 5
    def self.extended(base)
      base.class_attribute :mappings
      base.mappings = {}
    end