Skip to content

Commit 3074ea3

Browse files
committed
Inspect loading lti claims config file
1 parent def8fe5 commit 3074ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class Application < Rails::Application
3737
#end
3838

3939
config.lti_claims_and_scopes = config_for(:lti_claims_and_scopes)
40+
puts "LTI Claims and Scopes loaded: #{config.lti_claims_and_scopes.inspect}"
4041
config.caliper_store = config_for(:caliper_store)
4142
end
4243
end

0 commit comments

Comments
 (0)