save
This commit is contained in:
parent
a938e31d81
commit
0477a58b45
1
Gemfile
1
Gemfile
|
@ -100,6 +100,7 @@ source 'https://rails-assets.org' do
|
|||
end
|
||||
|
||||
gem 'rack-utf8_sanitizer'
|
||||
gem 'web-console', '~> 2.0'
|
||||
|
||||
group :production do
|
||||
gem 'airbrake'
|
||||
|
|
|
@ -26,6 +26,7 @@ class Projects::ProjectsController < Projects::BaseController
|
|||
def new
|
||||
authorize :project
|
||||
@project = Project.new
|
||||
console
|
||||
end
|
||||
|
||||
def mass_import
|
||||
|
|
Loading…
Reference in New Issue