Sha256: 674d843588527478ef268c9b2da343087ac5c1933a9a2a6da6ab5fb3739294d9

Contents?: true

Size: 433 Bytes

Versions: 5

Compression:

Stored size: 433 Bytes

Contents

module Avo
  module Licensing
    class ProLicense < License
      def abilities
        [
          :authorization,
          :localization,
          :custom_tools,
          :custom_fields,
          :global_search,
          :enhanced_search_results,
          :searchable_associations,
          :resource_ordering,
          :dashboards,
          :menu_editor,
          :advanced_fields
        ]
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
avo-2.6.1.pre.2 lib/avo/licensing/pro_license.rb
avo-2.6.1.pre.1 lib/avo/licensing/pro_license.rb
avo-2.6.0 lib/avo/licensing/pro_license.rb
avo-2.5.2.pre.7 lib/avo/licensing/pro_license.rb
avo-2.5.2.pre.2 lib/avo/licensing/pro_license.rb