Sha256: 68a559d0c63db154565d144b135ab7dd10c0d202bbbebb4d2b740e6bbf5e530c
Contents?: true
Size: 340 Bytes
Versions: 19
Compression:
Stored size: 340 Bytes
Contents
module WebClient module Actions class Delete def call(action, parent_id, *) # Type, URL, Options, Params (passed into javascript event/action classes) [action.type, action.url, action.options.to_h.merge({__parent_id__: parent_id, input_tag: action.options[:input_tag]}), {}] end end end end
Version data entries
19 entries across 19 versions & 2 rubygems