#42 with_options
Several methods in rails take a hash of options as the last argument. If you are passing the same options to several methods, you can remove this d...
An episode of the RailsCasts (Mobile) podcast, hosted by Ryan Bates, titled "#42 with_options" was published on June 8, 2007 and runs 3 minutes.
June 8, 2007 ·3m · RailsCasts (Mobile)
0:00 / 0:00
Summary
Several methods in rails take a hash of options as the last argument. If you are passing the same options to several methods, you can remove this duplication by using with_options. Learn all about it in this episode.
Episode Description
Several methods in rails take a hash of options as the last argument. If you are passing the same options to several methods, you can remove this duplication by using with_options. Learn all about it in this episode.
Similar Episodes
No similar episodes found.
Similar Podcasts
No similar podcasts found.