lib/ish/lead.rb in ish_models-0.0.33.42 vs lib/ish/lead.rb in ish_models-0.0.33.43
- old
+ new
@@ -14,12 +14,9 @@
field :email
field :job_url
field :company, :default => ''
field :description
-=begin
- field :amount, :type => Float
- has_many :payments, :class_name => 'Ish::Payment'
- field :description, :type => String
-=end
+ STATES = [ :considering, :applied ]
+ field :state, :type => Symbol
end