This commit is contained in:
duratarskeyk 2015-12-08 13:50:54 +00:00
parent 07871f7a5e
commit a5e950328b
2 changed files with 5 additions and 1 deletions

View File

@ -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