Commit 1767ffa570f4fdde08e23d379ad109e18c555a57
1 parent
a15ab336
Exists in
master
fix: change namespace to avoid conflicts
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/controllers/scim_rails/application_controller.rb
1 | 1 | module ScimRails |
2 | 2 | class ApplicationController < ActionController::API |
3 | 3 | include ActionController::HttpAuthentication::Basic::ControllerMethods |
4 | - include ExceptionHandler | |
5 | - include Response | |
4 | + include ScimRails::ExceptionHandler | |
5 | + include ScimRails::Response | |
6 | 6 | |
7 | 7 | before_action :authorize_request |
8 | 8 | ... | ... |
lib/scim_rails/version.rb