class Audio

Constants

EDITABLE
IGNORE
IGNORE_COLUMNS
TIME
TIME_COLUMNS

Public Instance Methods

to_label() click to toggle source
# File app/models/audio.rb, line 38
def to_label
  "#{directory}/#{filename} Stream #{stream}"
end