Class: AdminController

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

Overview

require ‘rscm’ require ‘rscm/tracker’

Instance Method Summary collapse

Methods inherited from ApplicationController

#breadcrumbs, #initialize, #load_project

Constructor Details

This class inherits a constructor from ApplicationController

Instance Method Details

#new_projectObject



6
7
8
# File 'app/controllers/admin_controller.rb', line 6

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