Class: Inferno::Web::Controllers::TestSuites::Index
- Inherits:
-
Controller
- Object
- Hanami::Action
- Controller
- Inferno::Web::Controllers::TestSuites::Index
- Defined in:
- lib/inferno/apps/web/controllers/test_suites/index.rb
Instance Method Summary collapse
Methods inherited from Controller
call, resource_class, resource_name
Instance Method Details
#handle(_req, res) ⇒ Object
6 7 8 |
# File 'lib/inferno/apps/web/controllers/test_suites/index.rb', line 6 def handle(_req, res) res.body = serialize(repo.all, view: :summary) end |