Sha256: 66bb612e91c6d89eab3324ab74ef9142b90c841762da8ff86d2fb60f73519c2f
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
module Helpers def table_status @view.render(@tblifts, 'status', {}, :html) end def table_lifts @view.render(@tblifts, 'lifts', {}, :html) end def table_lifts_compact @view.render(@tblifts, 'lifts', {compact: true}, :html) end def table_lifts_group @view.render(@tblifts, 'lifts', {group: true}, :html) end def table_lifts_group_compact @view.render(@tblifts, 'lifts', {group: true, compact: true}, :html) end end
Version data entries
4 entries across 4 versions & 1 rubygems