Class: Peephole::WelcomeController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Peephole::WelcomeController
- Defined in:
- app/controllers/peephole/welcome_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/peephole/welcome_controller.rb', line 5 def index @logfiles = Logfile.all.sort { |a, b| b.updated_at <=> a.updated_at } end |