Class: LesliAudit::UsersController
- Inherits:
-
ApplicationController
- Object
- Lesli::ApplicationLesliController
- ApplicationController
- LesliAudit::UsersController
- Defined in:
- app/controllers/lesli_audit/users_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /users.
- #registrations ⇒ Object
Instance Method Details
#index ⇒ Object
GET /users
36 37 |
# File 'app/controllers/lesli_audit/users_controller.rb', line 36 def index end |
#registrations ⇒ Object
39 40 41 |
# File 'app/controllers/lesli_audit/users_controller.rb', line 39 def registrations respond_with_successful(UserService.new(current_user, query).registrations) end |