Module: OpenGithubIssue::OpenGithubIssueHelper

Defined in:
app/helpers/open_github_issue/open_github_issue_helper.rb

Instance Method Summary collapse

Instance Method Details

#open_github_issue_formObject



3
4
5
6
# File 'app/helpers/open_github_issue/open_github_issue_helper.rb', line 3

def open_github_issue_form
  return unless Constraint.call(self)
  render partial: 'open_github_issue_form'
end