class Sc20XX::Views::TracksTable
this view is responsible for the bar that separates the player and track list
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Sc20XX::UI::Table::new
# File lib/sc20XX/views/tracks_table.rb, line 7 def initialize(*args) super self.header = %w(Title User Length Plays Likes Comments) self.keys = [:title, :username, :length, :plays, :likes, :comments] end