Class: Furia::SamplesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Furia::SamplesController
- Defined in:
- app/controllers/furia/samples_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
14 15 16 17 |
# File 'app/controllers/furia/samples_controller.rb', line 14 def destroy @sample.destroy redirect_to samples_path end |
#index ⇒ Object
7 8 9 |
# File 'app/controllers/furia/samples_controller.rb', line 7 def index @samples = Sample.order(created_at: :desc) end |
#show ⇒ Object
11 12 |
# File 'app/controllers/furia/samples_controller.rb', line 11 def show end |