Class: Calibre::Data
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Calibre::Data
- Defined in:
- lib/calibre/data.rb
Instance Method Summary collapse
Instance Method Details
#path ⇒ Object
9 10 11 |
# File 'lib/calibre/data.rb', line 9 def path File.join(reference.path, [name,format.downcase].join('.')) end |