class Profile < ActiveRecord::Base
belongs_to :city
end
A tak wygląda formularz, który tworzy profil:
= semantic_form_for @profile do |f|
= f.inputs do
= f.input :city, :label => t('city_offers')
W polu select pojawiają się opcję z nazwami miast. Problem w tym, że pojawiają się wszystkie miasta, tak jakby wywołano: