email_address.rb 149 B

1234
  1. class Sessions::Backend::Collections::EmailAddress < Sessions::Backend::Collections::Base
  2. model_set 'EmailAddress'
  3. is_not_role_set 'Customer'
  4. end