Class: LesliAudit::RequestsController
- Inherits:
-
ApplicationController
- Object
- Lesli::ApplicationLesliController
- ApplicationController
- LesliAudit::RequestsController
- Defined in:
- app/controllers/lesli_audit/requests_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /requests.
Instance Method Details
#index ⇒ Object
GET /requests
37 38 39 40 41 42 43 44 |
# File 'app/controllers/lesli_audit/requests_controller.rb', line 37 def index respond_to do |format| format.html format.json { respond_with_pagination(LesliAudit::RequestService.new(current_user, query).index) } end end |