Sha256: 06fdb1dd2d3b96b43e2c29917d0fa1f918729c24557fadae15234623d296efed
Contents?: true
Size: 388 Bytes
Versions: 44
Compression:
Stored size: 388 Bytes
Contents
module Plutonium module Core module Associations module Renderers class HasManyRenderer < Base def render render_component( :has_many_panel, title: label, src: resource_url_for(reflection.klass, parent: record), **options ) end end end end end end
Version data entries
44 entries across 44 versions & 1 rubygems