Class: Avo::Licensing::ProLicense

Inherits:
License
  • Object
show all
Defined in:
lib/avo/licensing/pro_license.rb

Instance Attribute Summary

Attributes inherited from License

#id, #payload, #response, #valid

Instance Method Summary collapse

Methods inherited from License

#advanced?, #can, #cant, #error, #has_with_trial, #initialize, #invalid?, #lacks_with_trial, #name, #pro?, #properties, #valid?

Constructor Details

This class inherits a constructor from Avo::Licensing::License

Instance Method Details

#abilitiesObject



4
5
6
7
8
9
10
11
12
13
14
15
16
17
# File 'lib/avo/licensing/pro_license.rb', line 4

def abilities
  [
    :authorization,
    :global_search,
    :enhanced_search_results,
    :searchable_associations,
    :resource_ordering,
    :dashboards,
    :menu_editor,
    :customizable_controls,
    :resource_sidebar,
    :advanced_fields
  ]
end