Module: Nooma::ApplicationHelper
- Included in:
- ChapterHelper, PageHelper
- Defined in:
- lib/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#snakecase(str) ⇒ Object
3 4 5 |
# File 'lib/application_helper.rb', line 3 def snakecase(str) str.downcase.gsub(' ', '_') end |