Sha256: daddf507553c62c31a80f2cec33e98565ce9ab5afe0d57a608c4fa1f679c5c8b
Contents?: true
Size: 314 Bytes
Versions: 24
Compression:
Stored size: 314 Bytes
Contents
module RedmineExtensions module QueryOutputs class TableOutput < RedmineExtensions::QueryOutput def key 'table' end def render_data h.render partial: 'easy_queries/easy_query_table', locals: variables end def render_period_header end end end end
Version data entries
24 entries across 24 versions & 1 rubygems