-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Controller and routing changes
- Loading branch information
1 parent
2ea43d9
commit 1d07748
Showing
5 changed files
with
29 additions
and
81 deletions.
There are no files selected for viewing
61 changes: 0 additions & 61 deletions
61
app/controllers/organizations/staff/default_pet_tasks_controller.rb
This file was deleted.
Oops, something went wrong.
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
5 changes: 5 additions & 0 deletions
5
db/migrate/20240625184654_rename_default_pet_tasks_to_task_templates.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
class RenameDefaultPetTasksToTaskTemplates < ActiveRecord::Migration[7.1] | ||
def change | ||
rename_table :default_pet_tasks, :task_templates | ||
end | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.