Sha256: 54370760cfaa50516fa79fc56ceb337977af11ac55bc1100f5ffc81779e49f88
Contents?: true
Size: 328 Bytes
Versions: 17
Compression:
Stored size: 328 Bytes
Contents
module CurationConcerns::RightsHelper def include_current_value(value, _index, render_options, html_options) unless value.blank? || RightsService.active?(value) html_options[:class] << ' force-select' render_options += [[RightsService.label(value), value]] end [render_options, html_options] end end
Version data entries
17 entries across 17 versions & 1 rubygems