Sha256: 1a60485813f8a88509e9d6da51a111637885d6f3056dff5235d634bb1d7a6790
Contents?: true
Size: 561 Bytes
Versions: 18
Compression:
Stored size: 561 Bytes
Contents
module Wice module Columns #:nodoc: module CommonStandardDateDatetimeMixin #:nodoc: def prepare #:nodoc: x = lambda do|sym| chunk_names.map do|datetime_chunk_name| triple = form_parameter_name_id_and_query(sym => { datetime_chunk_name => '' }) [triple[0], triple[3]] end end @queris_ids = x.call(:fr) + x.call(:to) _, _, @name1, _ = form_parameter_name_id_and_query(fr: '') _, _, @name2, _ = form_parameter_name_id_and_query(to: '') end end end end
Version data entries
18 entries across 18 versions & 2 rubygems