Class: MusicBlender::Track

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/music_blender/track.rb

Instance Method Summary collapse

Instance Method Details

#full_pathObject



29
30
31
# File 'lib/music_blender/track.rb', line 29

def full_path
  "#{music_folder.path}/#{relative_path}"
end

#import_id3_tag_attributes!Object



33
34
35
36
# File 'lib/music_blender/track.rb', line 33

def import_id3_tag_attributes!
  import_id3_tag_attributes
  save
end