Rails 5 - Acts as Taggable On gem - simple form collection select for defined tag lists
问题 I am trying to learn how to use the Acts as Taggable On gem with Rails 5. I use simple form for forms. I think part of the problem arises out of there not being an association on the models between proposal and randd_fields. I have models called Proposal and Randd::Field. I am trying to tag proposals with tags which are the :title attribute of the Randd::Field table. My models have: Proposal class Proposal < ApplicationRecord acts_as_taggable_on :randd_maturities, :randd_fields, :randd