Class: Tasks::ObservationMatrices::NewMatrixController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tasks::ObservationMatrices::NewMatrixController
- Includes:
- TaskControllerConfiguration
- Defined in:
- app/controllers/tasks/observation_matrices/new_matrix_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET.
- #observation_matrix_column_item_metadata ⇒ Object
- #observation_matrix_row_item_metadata ⇒ Object
Methods included from TaskControllerConfiguration
Instance Method Details
#index ⇒ Object
GET
5 6 |
# File 'app/controllers/tasks/observation_matrices/new_matrix_controller.rb', line 5 def index end |
#observation_matrix_column_item_metadata ⇒ Object
11 12 |
# File 'app/controllers/tasks/observation_matrices/new_matrix_controller.rb', line 11 def end |
#observation_matrix_row_item_metadata ⇒ Object
8 9 |
# File 'app/controllers/tasks/observation_matrices/new_matrix_controller.rb', line 8 def end |