Class: Polivalente::TrashesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Polivalente::TrashesController
- Defined in:
- app/controllers/polivalente/trashes_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/polivalente/trashes_controller.rb', line 5 def index @trash = Trash.latest end |
#show ⇒ Object
9 10 |
# File 'app/controllers/polivalente/trashes_controller.rb', line 9 def show end |