This commit is contained in:
duratarskeyk 2015-12-08 10:53:14 +00:00
parent a938e31d81
commit 0477a58b45
2 changed files with 2 additions and 0 deletions

View File

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

View File

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