Class: Karafka::Web::Ui::Controllers::BecomeProController
- Inherits:
-
BaseController
- Object
- BaseController
- Karafka::Web::Ui::Controllers::BecomeProController
- Defined in:
- lib/karafka/web/ui/controllers/become_pro_controller.rb
Overview
Pro message reporting info controller
Constant Summary
Constants inherited from BaseController
Karafka::Web::Ui::Controllers::BaseController::Models
Instance Method Summary collapse
-
#show ⇒ Object
Display a message, that a given feature is available only in Pro.
Methods inherited from BaseController
Constructor Details
This class inherits a constructor from Karafka::Web::Ui::Controllers::BaseController
Instance Method Details
#show ⇒ Object
Display a message, that a given feature is available only in Pro
10 11 12 |
# File 'lib/karafka/web/ui/controllers/become_pro_controller.rb', line 10 def show render end |