I hereby claim:
- I am treznick on github.
- I am treznick (https://keybase.io/treznick) on keybase.
- I have a public key whose fingerprint is AB71 2B25 02EA 127D EC95 899D 71A1 60F3 03E3 0ABA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| class TalksController | |
| def create | |
| talk = Talk.new(talk_params) | |
| # handle creation | |
| end | |
| def update | |
| @talk.update_attributes(talk_params) | |
| # handle update |