Sha256: b630d56c42ace405849686e4fa31a2f9cc5a39912ced76f923430bcab914ebed
Contents?: true
Size: 259 Bytes
Versions: 26
Compression:
Stored size: 259 Bytes
Contents
module HoboJqueryHelper def data_rapid(tag, options = {}, attributes = {}) if attributes['data_rapid'] hash = ActiveSupport::JSON.decode(attributes['data_rapid']) else hash = {} end hash[tag] = options hash.to_json end end
Version data entries
26 entries across 26 versions & 1 rubygems