Skip to content

Commit

Permalink
アイマストドン独自機能のほうのトレンドタグのRails側機能を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
takayamaki committed Jan 4, 2025
1 parent 4079988 commit dfb57fc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 148 deletions.
34 changes: 0 additions & 34 deletions app/controllers/api/v1/trend_tags_controller.rb

This file was deleted.

97 changes: 0 additions & 97 deletions app/models/statuses_tag.rb

This file was deleted.

11 changes: 0 additions & 11 deletions app/workers/scheduler/trend_tags_update_scheduler.rb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
end

resources :favourite_tags, only: [:index, :create, :destroy], param: :tag
resource :trend_tags, only: [:show]
end

namespace :v2 do
Expand Down
5 changes: 0 additions & 5 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,3 @@
interval: 30 minutes
class: Scheduler::SoftwareUpdateCheckScheduler
queue: scheduler

trend_tags_update_scheduler:
cron: '5-55/10 * * * *'
class: Scheduler::TrendTagsUpdateScheduler
queue: scheduler

0 comments on commit dfb57fc

Please sign in to comment.