Sha256: 4cacf2ba47ddafdf3ee8b88f5e362a33030ca3308c8f09d97fbf99052b652586
Contents?: true
Size: 333 Bytes
Versions: 34
Compression:
Stored size: 333 Bytes
Contents
class InlineEditComponent < InlineComponent def initialize(*) @wrapper_mappings = { string: :inline_form_grow, pg_associable: :inline_form_control, date: :inline_form_control, datetime: :inline_form_control, time: :inline_multi_select, select: :inline_form_select } super end end
Version data entries
34 entries across 34 versions & 1 rubygems