Class: PartyFoul::IssueRenderers::Rackless

Inherits:
Base
  • Object
show all
Defined in:
lib/party_foul/issue_renderers/rackless.rb

Instance Attribute Summary

Attributes inherited from Base

#body, #env, #exception, #sha

Instance Method Summary collapse

Methods inherited from Base

#body_options, #build_table_from_hash, #comment, #fingerprint, #initialize, #labels, #occurred_at, #rows_for_table_from_hash, #stack_trace, #title, #update_body

Constructor Details

This class inherits a constructor from PartyFoul::IssueRenderers::Base

Instance Method Details

#comment_optionsObject



16
17
18
# File 'lib/party_foul/issue_renderers/rackless.rb', line 16

def comment_options
  super.merge(Params: params)
end

#paramsHash

Rails params hash. Filtered parms are respected.

Returns:

  • (Hash)


12
13
14
# File 'lib/party_foul/issue_renderers/rackless.rb', line 12

def params
  env[:params]
end