Class: ImportedDataController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ImportedDataController
- Defined in:
- app/controllers/imported_data_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#overview ⇒ Object
2 3 4 5 |
# File 'app/controllers/imported_data_controller.rb', line 2 def overview redirect_to(directory_path('/dropbox')) # redirect_to(directory_path('public/user_data')) end |