We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a39ad commit f45e2c3Copy full SHA for f45e2c3
app/controllers/better_together/joatu/joatu_controller.rb
@@ -35,7 +35,7 @@ def joatu_source_class(source_type_param)
35
36
# Dynamically build allow-list from models that include the Exchange concern
37
valid_source_types = BetterTogether::Joatu::Exchange.included_in_models
38
-
+
39
valid_source_types.find { |klass| klass.to_s == param_type }
40
end
41
0 commit comments