Module: GemCollector::ApplicationHelper

Defined in:
app/helpers/gem_collector/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#gem_news_body_templateObject



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
  <<~TEMPLATE
  ## Problem
  {{Write problem here}}

  ## Required actions
  {{Write required actions here}}

  ## Background
  {{Write background here}}

  ## Contact information
  {{Write your department or inquiry counter about this news}}
  TEMPLATE
end