trabajo-afectivo/app/models/ticket/state.rb

4 lines
154 B
Ruby
Raw Normal View History

2013-05-21 22:32:22 +00:00
class Ticket::State < ApplicationModel
belongs_to :state_type, :class_name => 'Ticket::StateType'
validates :name, :presence => true
end