Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Created December 30, 2015 12:51
Show Gist options
  • Save stabenfeldt/ed5430555bc24a82bfc4 to your computer and use it in GitHub Desktop.
Save stabenfeldt/ed5430555bc24a82bfc4 to your computer and use it in GitHub Desktop.
Spree::RoleConfiguration.configure do |config|
config.assign_permissions :vendor, [
Spree::PermissionSets::OrderDisplay,
Spree::PermissionSets::OrderManagement,
Spree::PermissionSets::UserDisplay,
Spree::PermissionSets::ProductDisplay,
Spree::PermissionSets::MultiVendor
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment