Difference between revisions of "Spree"
From Wasya Wiki
Line 10: | Line 10: | ||
* https://dev-docs.spreecommerce.org/advanced/existing_app_tutorial | * https://dev-docs.spreecommerce.org/advanced/existing_app_tutorial | ||
* https://dev-docs.spreecommerce.org/customization/authentication | * https://dev-docs.spreecommerce.org/customization/authentication | ||
+ | |||
+ | == Troubleshoot == | ||
+ | Attach your own cancan ability: | ||
+ | Spree::Ability.register_ability(YourAbilityClass) |
Revision as of 19:22, 19 October 2022
The frontend was removed in Spree 4, here is the one from Spree 3:
The new frontend:
Tutorials
- https://dev-docs.spreecommerce.org/advanced/existing_app_tutorial
- https://dev-docs.spreecommerce.org/customization/authentication
Troubleshoot
Attach your own cancan ability:
Spree::Ability.register_ability(YourAbilityClass)