Class: Karafka::Web::Ui::Controllers::UxController
- Inherits:
-
BaseController
- Object
- BaseController
- Karafka::Web::Ui::Controllers::UxController
- Defined in:
- lib/karafka/web/ui/controllers/ux_controller.rb
Overview
Controller to display UX components page
Direct Known Subclasses
Constant Summary
Constants inherited from BaseController
Instance Method Summary collapse
-
#show ⇒ Object
Display the UX components page.
Methods inherited from BaseController
Constructor Details
This class inherits a constructor from Karafka::Web::Ui::Controllers::BaseController
Instance Method Details
#show ⇒ Object
Display the UX components page
10 11 12 |
# File 'lib/karafka/web/ui/controllers/ux_controller.rb', line 10 def show render end |