Method: Database.archive_root_path

Defined in:
lib/database.rb

.archive_root_pathObject

小説格納用のルートディレクトリを取得



67
68
69
# File 'lib/database.rb', line 67

def self.archive_root_path
  @archive_root_path ||= File.expand_path(File.join(Narou.get_root_dir, ARCHIVE_ROOT_DIR_PATH))
end