Merge branch 'add-job-apply' into 'master'
Add job apply See merge request !8
Showing
| ... | ... | @@ -67,6 +67,8 @@ group :development do |
| gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| gem 'pry' | ||
| gem "better_errors" | ||
| gem "binding_of_caller" | ||
| end | ||
| group :test do | ||
| ... | ... |
app/controllers/entries_controller.rb
0 → 100644
app/helpers/entries_helper.rb
0 → 100644
app/mailers/user_mailer.rb
0 → 100644
app/views/entries/_form.html.erb
0 → 100644
app/views/entries/edit.html.erb
0 → 100644
app/views/entries/new.html.erb
0 → 100644
app/views/entries/show.html.erb
0 → 100644
app/views/entries/show.json.jbuilder
0 → 100644
app/views/user_mailer/job_apply.html.erb
0 → 100644
app/views/user_mailer/job_apply.text.erb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/controllers/entries_controller_spec.rb
0 → 100644
spec/fixtures/user_mailer/job_apply
0 → 100644
spec/helpers/entries_helper_spec.rb
0 → 100644
spec/mailers/previews/user_mailer_preview.rb
0 → 100644
spec/mailers/user_mailer_spec.rb
0 → 100644
spec/requests/entries_spec.rb
0 → 100644
spec/routing/entries_routing_spec.rb
0 → 100644
spec/views/entries/edit.html.erb_spec.rb
0 → 100644
spec/views/entries/index.html.erb_spec.rb
0 → 100644
spec/views/entries/new.html.erb_spec.rb
0 → 100644
spec/views/entries/show.html.erb_spec.rb
0 → 100644
Please
register
or
sign in
to comment