How to add a new attribute to a model

Try

attr_accessor :price_type_description

Jason