-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor SchoolSuggestions into a global controller
school.js needs to point to /school_suggestions and the route needs to be in the global route file not in claims or placements domain
- Loading branch information
1 parent
008c398
commit d1f01d9
Showing
6 changed files
with
3 additions
and
18 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
app/controllers/placements/support/school_suggestions_controller.rb
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../support/school_suggestions_controller.rb → ...trollers/school_suggestions_controller.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,5 @@ | |
resources :claims | ||
resources :users, only: [:index] | ||
end | ||
resources :school_suggestions, only: [:index] | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters