I am using Mongoid and I don't use :include_blank.
= f.input :column_name, collection: ModelName.all, value_method: :_id, label_method: :name
It lists all options correctly, update correctly, but don't select the current value automatically when I am editing.
Was it supposed to work? How would I make it work?