Class: SimplecovUrl::SimplecovController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/simplecov_url/simplecov_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
8
9
10
11
# File 'app/controllers/simplecov_url/simplecov_controller.rb', line 5

def index
  html = SimplecovUrl::HtmlProcessor.call

  return head(403) unless html

  render html: html
end