split job import file
Showing
| ... | ... | @@ -25,7 +25,6 @@ gem 'sunspot_rails' |
| gem 'sunspot_solr' | ||
| gem 'devise' | ||
| gem 'activerecord-import' | ||
| gem 'pry' | ||
| # Use Redis adapter to run Action Cable in production | ||
| # gem 'redis', '~> 4.0' | ||
| # Use Active Model has_secure_password | ||
| ... | ... | @@ -40,6 +39,7 @@ gem 'bootsnap', '>= 1.4.2', require: false |
| group :development, :test do | ||
| # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
| gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] | ||
| gem 'pry' | ||
| end | ||
| group :development do | ||
| ... | ... |
app/services/job_csv.rb
0 → 100644
app/services/jobs_import.rb
0 → 100644
Please
register
or
sign in
to comment