我已经在Rails Slim页面上设置了一个切换按钮,
ERROR: Error: Unexpected error while acquiring application default credentials: Could not load the default credentials. Browse to https://developers.google.com/accounts/docs/application-default-credentials for more information.
我有一个Credentials表,其中的locations列默认为True。
我想要执行此切换的操作是
如果将切换开关切换为 培训师 ,则位置列仍会设置为true 。
如果将切换开关切换为 client ,则位置会设置为false 。
使用当前代码,我当前无法将参数(即 owner_type =='trainee')传递给控制器中的 create 操作。 / p>
有人可以帮助我实现这个目标吗?
非常感谢!