Class: AdminController

Inherits:
ApplicationController show all
Defined in:
app/controllers/admin_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#initialize, #load_project

Constructor Details

This class inherits a constructor from ApplicationController

Instance Method Details

#new_projectObject



3
4
5
# File 'app/controllers/admin_controller.rb', line 3

def new_project
  redirect_to(:controller => "project", :action => "view")
end