Method: Database.archive_root_path
- Defined in:
- lib/database.rb
.archive_root_path ⇒ Object
小説格納用のルートディレクトリを取得
67 68 69 |
# File 'lib/database.rb', line 67 def self.archive_root_path @archive_root_path ||= File.(File.join(Narou.get_root_dir, ARCHIVE_ROOT_DIR_PATH)) end |