Class: Karafka::Web::Ui::Controllers::BecomeProController

Inherits:
BaseController
  • Object
show all
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

Methods inherited from BaseController

#initialize

Constructor Details

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

Instance Method Details

#showObject

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