Method: Moft::Draft#containing_dir
- Defined in:
- lib/moft/draft.rb
#containing_dir(source, dir) ⇒ Object
Get the full path to the directory containing the draft files
17 18 19 |
# File 'lib/moft/draft.rb', line 17 def containing_dir(source, dir) File.join(source, dir, '_drafts') end |