Sha256: 8d43e162c7149e509920ea95e490235e740afe3a00eb4d547b85c69236b35130
Contents?: true
Size: 569 Bytes
Versions: 33
Compression:
Stored size: 569 Bytes
Contents
<!-- This tag is called by `<input>` when the context is a `has_many :through` collection. By default a `<select-many>` is used, but this can be customised on a per-type basis. For example, say you would like the `<check-many>` tag used to edit collections a `Category` model in your application: <def tag="collection-input" for="Category"><check-many merge/></def> --> <def tag="collection-input" polymorphic></def> <!-- The default `<collection-input>` - calls `<select-many>` --> <def tag="collection-input" for="ActiveRecord::Base"><select-many merge/></def>
Version data entries
33 entries across 33 versions & 1 rubygems