You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Hello, Just studying the code to gain some understanding. I was wondering the following
What does tx := c.Value("tx").(*pop.Connection) achieve here? Value method doesn't tell me more than just getting the key value from the current context. Just not clear where tx comes from.
https://github.com/gobuffalo/toodo/blob/master/actions/todos.go#L36
I'm also wondering what c.Bind() does as well.
Any clarification would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: