admin
and user
roles. You can create more roles in the Admin Panel UI or rails console / seed, eg.:customer_service
with some limited access to Admin Panel (only Orders section).app/models/my_project/customer_service_ability.rb
app/models/my_project/spree/ability_decorator.rb
with contents:config/initializers/spree.rb
), eg.app/models/my_project/ability.rb