Sha256: f3355a8b4d9f704babca081ab7981e6804b0d3a9de08c2897f66befe9763b9a2
Contents?: true
Size: 388 Bytes
Versions: 12
Compression:
Stored size: 388 Bytes
Contents
module WebClient module Actions class Snackbar include Coprl::Presenters::WebClient::Helpers::ExpandHash def call(action, *) # Type, URL, Options, Params (passed into javascript event/action classes) [action.type, action.url, expand_hash(action.options), expand_hash(action.dynamic_params).merge(expand_hash(action.params))] end end end end
Version data entries
12 entries across 12 versions & 1 rubygems