Skip to content

Commit

Permalink
other_languagesに変更
Browse files Browse the repository at this point in the history
other_ruby_and_javascriptをother_languagesに変更した
  • Loading branch information
motohiro-mm committed Aug 7, 2024
1 parent 8336005 commit 22b73d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class User < ApplicationRecord
rails
javascript
react
other_ruby_and_javascript
other_languages
]

scope :in_school, -> { where(graduated_on: nil) }
Expand Down
2 changes: 1 addition & 1 deletion config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ ja:
rails: Railsの経験あり
javascript: JavaScriptの経験あり
react: Reactの経験あり
other_ruby_and_javascript: Ruby、JS以外の言語経験あり
other_languages: Ruby、JS以外の言語経験あり
notification:
announcement: お知らせ
mention: メンション
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def up
when 'ruby'
user.experiences.set(:ruby)
when 'other_ruby'
user.experiences.set(:other_ruby_and_javascript)
user.experiences.set(:other_languages)
when 'html_css'
user.experiences.set(:html_css)
end
Expand Down

0 comments on commit 22b73d2

Please sign in to comment.