У меня проблемы с моей моделью.
У меня есть код:
class Typeofaid < ActiveRecord::Base
validates_inclusion_of :type, :in => %w(Food Water Health)
end
Но всякий раз, когда я набираю 'Еда' и т.д. в поле, я получаю
`1 error prohibited this typeofaid from being saved:
* Type is not included in the list
`
Кто-нибудь может помочь?