Class: Karafka::Web::Ui::Controllers::BecomePro

Inherits:
Base
  • Object
show all
Defined in:
lib/karafka/web/ui/controllers/become_pro.rb

Overview

Pro message reporting info controller

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

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

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.rb', line 10

def show
  render
end