Simple Form
Summary GitHub Manual Common Scenarios Drop down lists with associated models The implementation of dropdown lists in Simple Form leverages the collection feature. Here are the changes that I made in my related model, controller and view Model class Stuff < ApplicationRecord belongs_to :user, required: false has_one :category