Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Oct 31, 2024
1 parent a1805cc commit c30639e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/event/levels_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Event::LevelsController < SimpleCrudController
label: {
joins: [:translations],
order: ["event_level_translations.label"]
},
}
}

def self.model_class
Expand Down

0 comments on commit c30639e

Please sign in to comment.