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
|
end
|
||||||
|
|
||||||
gem 'rack-utf8_sanitizer'
|
gem 'rack-utf8_sanitizer'
|
||||||
|
gem 'web-console', '~> 2.0'
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'airbrake'
|
gem 'airbrake'
|
||||||
|
|
|
@ -26,6 +26,7 @@ class Projects::ProjectsController < Projects::BaseController
|
||||||
def new
|
def new
|
||||||
authorize :project
|
authorize :project
|
||||||
@project = Project.new
|
@project = Project.new
|
||||||
|
console
|
||||||
end
|
end
|
||||||
|
|
||||||
def mass_import
|
def mass_import
|
||||||
|
|
Loading…
Reference in New Issue