Class: Karafka::Web::Ui::Controllers::UxController

Inherits:
BaseController show all
Defined in:
lib/karafka/web/ui/controllers/ux_controller.rb

Overview

Controller to display UX components page

Direct Known Subclasses

Pro::Ui::Controllers::UxController

Constant Summary

Constants inherited from BaseController

BaseController::Models

Instance Method Summary collapse

Methods inherited from BaseController

#initialize

Constructor Details

This class inherits a constructor from Karafka::Web::Ui::Controllers::BaseController

Instance Method Details

#showObject

Display the UX components page



10
11
12
# File 'lib/karafka/web/ui/controllers/ux_controller.rb', line 10

def show
  render
end