Class: AdminController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AdminController
- Defined in:
- app/controllers/admin_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Constructor Details
This class inherits a constructor from ApplicationController
Instance Method Details
#new_project ⇒ Object
3 4 5 |
# File 'app/controllers/admin_controller.rb', line 3 def new_project redirect_to(:controller => "project", :action => "view") end |