Module: Nooma::ChapterHelper
- Includes:
- ApplicationHelper, FileHelper
- Defined in:
- lib/chapter_helper.rb
Class Method Summary collapse
Methods included from FileHelper
Methods included from ApplicationHelper
Class Method Details
.create_chapter(title) ⇒ Object
9 10 11 |
# File 'lib/chapter_helper.rb', line 9 def self.create_chapter(title) mkdir(snakecase(title)) end |