Skip to content

Commit

Permalink
Make rubocop happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vakmeth committed Feb 4, 2025
1 parent fa26b15 commit 27942fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/hitobito_sbv/wagon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ class Wagon < Rails::Engine
initializer "sbv.add_inflections" do |_app|
ActiveSupport::Inflector.inflections do |inflect|
inflect.irregular "song_census", "song_censuses"
inflect.plural 'klasse', 'klassen'
inflect.plural 'unterhaltungsmusik', 'unterhaltungsmusik_stufen'
inflect.plural 'besetzung', 'besetzungen'
inflect.plural "klasse", "klassen"
inflect.plural "unterhaltungsmusik", "unterhaltungsmusik_stufen"
inflect.plural "besetzung", "besetzungen"
end
end

Expand Down

0 comments on commit 27942fb

Please sign in to comment.