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
gem 'rack-utf8_sanitizer'
gem 'web-console', '~> 2.0'
group :production do
gem 'airbrake'

View File

@ -26,6 +26,7 @@ class Projects::ProjectsController < Projects::BaseController
def new
authorize :project
@project = Project.new
console
end
def mass_import