Sha256: 002319367448712c3572a0f443093a038e2a1a7fda36b198b8fd8c441149da0e
Contents?: true
Size: 1005 Bytes
Versions: 57
Compression:
Stored size: 1005 Bytes
Contents
= form.association :tag = form.input(:taggable, collection: Cmor::Tags::Backend::Configuration.taggable_classes, as: :grouped_select, group_method: :all, group_label_method: :model_name, value_method: :to_global_id, label_method: ->(r) { administrador_helper(self).label_for(r) }, include_blank: true, selected: form.object.taggable.try(:to_global_id)) = form.input(:tagger, collection: Cmor::Tags::Backend::Configuration.tagger_classes, as: :grouped_select, group_method: :all, group_label_method: :model_name, value_method: :to_global_id, label_method: ->(r) { administrador_helper(self).label_for(r) }, include_blank: true, selected: form.object.tagger.try(:to_global_id)) = form.input :context
Version data entries
57 entries across 57 versions & 1 rubygems