Sha256: 98987cf2928a8609fadfc04694fa1fdbb937522608ebf26ea1a899a167d9dd14
Contents?: true
Size: 358 Bytes
Versions: 48
Compression:
Stored size: 358 Bytes
Contents
unless access_group.new_record? json.set! 'DT_RowId', "access_group_#{access_group.id}" json.set! 'DT_Path', access_group_path(access_group) if access_group.destroyed? json.set! 'DT_RowAction', 'remove' end end json.set! 'name', h(access_group.name) json.set! 'created_at', access_group.created_at json.set! 'updated_at', access_group.updated_at
Version data entries
48 entries across 48 versions & 1 rubygems