Class: Tasks::Exports::TaxonworksProjectController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tasks::Exports::TaxonworksProjectController
- Includes:
- TaskControllerConfiguration
- Defined in:
- app/controllers/tasks/exports/taxonworks_project_controller.rb
Instance Method Summary collapse
Methods included from TaskControllerConfiguration
Instance Method Details
#download ⇒ Object
7 8 9 10 |
# File 'app/controllers/tasks/exports/taxonworks_project_controller.rb', line 7 def download download = ::Export::Project.download(sessions_current_project) redirect_to download_path(download) end |
#index ⇒ Object
4 5 |
# File 'app/controllers/tasks/exports/taxonworks_project_controller.rb', line 4 def index end |