ruby on rails - add checkbox with simple_form without association ...

ruby on rails - add checkbox with simple_form without association ...

瀏覽:1125
日期:2025-06-05
You can add a custom attribute to the model: class Resource < ActiveRecord:: Base attr_accessor :custom_field end. Then use this field as block:...看更多