I have the following model
我有以下型号
class Position < ActiveRecord::Base
belongs_to :position_name
delegate :name, to: :position_name
class PosI have the following model
我有以下型号
class Position < ActiveRecord::Base
belongs_to :position_name
delegate :name, to: :position_name
class Pos