Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Annotate routes and models
Browse files Browse the repository at this point in the history
Remove legacy settings files
  • Loading branch information
constantine-nikolaou committed Aug 2, 2020
1 parent 5152767 commit 7d718d9
Show file tree
Hide file tree
Showing 9 changed files with 111 additions and 118 deletions.
25 changes: 0 additions & 25 deletions Guardfile

This file was deleted.

1 change: 1 addition & 0 deletions app/models/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# twitter_handle :string
# slug :string
# hired :boolean default(FALSE)
# equity :boolean
#

require 'uri'
Expand Down
1 change: 1 addition & 0 deletions app/serializers/job_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# twitter_handle :string
# slug :string
# hired :boolean default(FALSE)
# equity :boolean
#

class JobSerializer
Expand Down
183 changes: 107 additions & 76 deletions config/routes.rb

Large diffs are not rendered by default.

Empty file removed config/settings.local.yml
Empty file.
10 changes: 0 additions & 10 deletions config/tinymce.yml.sample

This file was deleted.

7 changes: 0 additions & 7 deletions config/unicorn.rb.example

This file was deleted.

1 change: 1 addition & 0 deletions spec/factories/job_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# twitter_handle :string
# slug :string
# hired :boolean default(FALSE)
# equity :boolean
#

FactoryBot.define do
Expand Down
1 change: 1 addition & 0 deletions spec/models/job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# twitter_handle :string
# slug :string
# hired :boolean default(FALSE)
# equity :boolean
#

require 'rails_helper'
Expand Down

0 comments on commit 7d718d9

Please sign in to comment.