module Medlink class City include Virtus.model attribute :id, Integer attribute :name, String end end