Class: Shoppy::LogsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Shoppy::LogsController
- Defined in:
- app/controllers/shoppy/logs_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/shoppy/logs_controller.rb', line 5 def index @logs = Log.all.order("created_at DESC") end |