Class: Ums::LogsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Ums::LogsController
- Defined in:
- app/controllers/ums/logs_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /ums/logs GET /ums/logs.json.
Instance Method Details
#index ⇒ Object
GET /ums/logs GET /ums/logs.json
5 6 7 |
# File 'app/controllers/ums/logs_controller.rb', line 5 def index @ums_logs = Ums::Log.all.page(params[:page]).order("id DESC") end |