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
# File 'app/controllers/simplecov_url/simplecov_controller.rb', line 5

def index
  render html: SimplecovUrl::HtmlProcessor.call
end