Module: GemCollector::ApplicationHelper
- Defined in:
- app/helpers/gem_collector/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#gem_news_body_template ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'app/helpers/gem_collector/application_helper.rb', line 3 def gem_news_body_template " ## Problem\n {{Write problem here}}\n\n ## Required actions\n {{Write required actions here}}\n\n ## Background\n {{Write background here}}\n\n ## Contact information\n {{Write your department or inquiry counter about this news}}\n TEMPLATE\nend\n" |