Sha256: 16e0c8ea320377a01fed51f66b4e2d196a1556bef6af91fbdfaa1da3f23f54d1
Contents?: true
Size: 346 Bytes
Versions: 4
Compression:
Stored size: 346 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 render end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems