Sha256: 8a5aacce7b1a978f4254920d349952e92c31257f4b2366ed18b388a67290c019
Contents?: true
Size: 433 Bytes
Versions: 30
Compression:
Stored size: 433 Bytes
Contents
module ActiveScaffold module Helpers module FormColumnHelpers def active_scaffold_input_dragonfly(column, options) record = options[:object] dragonfly = record.send(column.name.to_s) content = active_scaffold_column_dragonfly(record, column) if dragonfly.present? active_scaffold_file_with_remove_link(column, options, content, 'remove_', 'dragonfly_controls') end end end end
Version data entries
30 entries across 30 versions & 1 rubygems