Skip to content

Commit

Permalink
ランキングに関する機能を一旦削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yantene committed Nov 6, 2019
1 parent 24e5470 commit d3a176a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 169 deletions.
39 changes: 0 additions & 39 deletions app/bot/feature/score.rb

This file was deleted.

51 changes: 0 additions & 51 deletions app/bot/feature/show.rb

This file was deleted.

54 changes: 0 additions & 54 deletions app/models/ranking.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/models/song.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
require './app/lib/i18n_settings'

class Song < ActiveRecord::Base
has_many :rankings
has_many :scores
end
11 changes: 0 additions & 11 deletions db/migrate/20191105160345_create_rankings.rb

This file was deleted.

13 changes: 0 additions & 13 deletions locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,3 @@ ja:
invalid_joysound_code: ":warning: JOYSOUND code `%{set_joysound_code}` は無効です"
check_joysound_code: "あなたの JOYSOUND code は `%{current_joysound_code}` です"
joysound_code_changed: "あなたの JOYSOUND code は `%{set_joysound_code}` に変更されました"

show:
help: |
*karao show songs* [_NUM_]
曲の月間ランキングを表示します。
subcmd_not_found: ":error: show のサブコマンド *%{subcommand}* は見つかりません"
subcmd_not_given: ":error: show にサブコマンドが与えられていません"

score:
help: |
*karao score* _CODE_ _SCORE_
曲に点数を設定します。
score_updated: "点数は設定されました"

0 comments on commit d3a176a

Please sign in to comment.