save
This commit is contained in:
parent
07871f7a5e
commit
a5e950328b
|
@ -23,10 +23,14 @@ class Projects::ProjectsController < Projects::BaseController
|
|||
end
|
||||
end
|
||||
|
||||
def project_page
|
||||
authorize :project
|
||||
console
|
||||
end
|
||||
|
||||
def new
|
||||
authorize :project
|
||||
@project = Project.new
|
||||
console
|
||||
end
|
||||
|
||||
def mass_import
|
||||
|
|
Loading…
Reference in New Issue