Class: Perilune::TasksController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Perilune::TasksController
- Defined in:
- app/controllers/perilune/tasks_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 |
# File 'app/controllers/perilune/tasks_controller.rb', line 8 def index; end |
#show ⇒ Object
10 |
# File 'app/controllers/perilune/tasks_controller.rb', line 10 def show; end |