We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def8fe5 commit 3074ea3Copy full SHA for 3074ea3
config/application.rb
@@ -37,6 +37,7 @@ class Application < Rails::Application
37
#end
38
39
config.lti_claims_and_scopes = config_for(:lti_claims_and_scopes)
40
+ puts "LTI Claims and Scopes loaded: #{config.lti_claims_and_scopes.inspect}"
41
config.caliper_store = config_for(:caliper_store)
42
end
43
0 commit comments