Method: Monograph::ChapterTemplateContext#next_page
- Defined in:
- lib/monograph/chapter_template_context.rb
#next_page ⇒ Object
27 28 29 |
# File 'lib/monograph/chapter_template_context.rb', line 27 def next_page @chapter.book.chapters.select { |c| c.number == @chapter.number + 1}.first end |