module Helpers
Public Instance Methods
table_lifts()
click to toggle source
# File lib/tower_bridge_lifts/helpers.rb, line 8 def table_lifts @view.render(@tblifts, 'lifts', {}, :html) end
table_lifts_compact()
click to toggle source
# File lib/tower_bridge_lifts/helpers.rb, line 12 def table_lifts_compact @view.render(@tblifts, 'lifts', {compact: true}, :html) end
table_lifts_group()
click to toggle source
# File lib/tower_bridge_lifts/helpers.rb, line 16 def table_lifts_group @view.render(@tblifts, 'lifts', {group: true}, :html) end
table_lifts_group_compact()
click to toggle source
# File lib/tower_bridge_lifts/helpers.rb, line 20 def table_lifts_group_compact @view.render(@tblifts, 'lifts', {group: true, compact: true}, :html) end
table_status()
click to toggle source
# File lib/tower_bridge_lifts/helpers.rb, line 4 def table_status @view.render(@tblifts, 'status', {}, :html) end