Sha256: 45370747c7f29c26485b02706d17824bbb30328bdb221f2e26e20978f020180e
Contents?: true
Size: 347 Bytes
Versions: 11
Compression:
Stored size: 347 Bytes
Contents
# frozen_string_literal: true module Karafka module Web module Ui module Controllers # Pro message reporting info controller class BecomePro < Base # Display a message, that a given feature is available only in Pro def show respond end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems