class Inferno::Web::Controllers::TestSuites::Index
Public Instance Methods
call(_params)
click to toggle source
# File lib/inferno/apps/web/controllers/test_suites/index.rb, line 6 def call(_params) self.body = serialize(repo.all, view: :summary) end