Tutorials based on Codeacademy's Learn Ruby Syllabus
- Blocks
- Procs: validations
- Lambdas: scopes
- https://github.com/spreemo/chewy/blob/a3fef9b157845226b927857b2525fddf3f338a97/app/models/user.rb#L191-L200
- https://github.com/spreemo/chewy/blob/7d84e26ff9548af781074250c0810029d47b68cf/app/models/study.rb#L317-L319
- https://github.com/spreemo/chewy/blob/a3fef9b157845226b927857b2525fddf3f338a97/app/models/user.rb#L211
- Extra credit: Procs vs Lambdas