Sha256: c1082771b5baff186d781e99a140d2953f35467198d3e63a2ce20dec2f3bd468

Contents?: true

Size: 381 Bytes

Versions: 6

Compression:

Stored size: 381 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
        ]
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
avo-2.2.1 lib/avo/licensing/pro_license.rb
avo-2.2.0 lib/avo/licensing/pro_license.rb
avo-2.1.2.pre2 lib/avo/licensing/pro_license.rb
avo-2.1.2.pre1 lib/avo/licensing/pro_license.rb
avo-2.1.1 lib/avo/licensing/pro_license.rb
avo-2.1.0 lib/avo/licensing/pro_license.rb