Class: SimplecovUrl::SimplecovController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- SimplecovUrl::SimplecovController
- Defined in:
- app/controllers/simplecov_url/simplecov_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/simplecov_url/simplecov_controller.rb', line 5 def index render html: SimplecovUrl::HtmlProcessor.call end |