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 b9e7a6c commit f875485Copy full SHA for f875485
README.md
@@ -84,10 +84,10 @@ end
84
85
def fetch_configuration
86
# Do some database action, to dynamicly load the configuration
87
- # {
88
- redirect_uri : "http://localhost:8080/redirect",
89
- client_id : "some dynamic value"
90
- client_secret : "xxxx"
+ {
+ redirect_uri: "http://localhost:8080/redirect",
+ client_id: "some dynamic value",
+ client_secret: "xxxx"
91
}
92
end
93
0 commit comments