groundctrl/shopping_mall

View on GitHub
app/models/spree/user_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
Spree::User.class_eval do
  has_many :roles_users, class_name: 'Spree::RolesUser'
  has_many :roles, through: :roles_users, class_name: 'Spree::Role'
end