Class: Calibre::Data

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/calibre/data.rb

Instance Method Summary collapse

Instance Method Details

#pathObject



12
13
14
# File 'lib/calibre/data.rb', line 12

def path
  File.join(reference.path, [name, format.downcase].join('.'))
end