DRY up kwargs using `with_options`
Rails has a really awesome helper to DRY up code which makes use of much of the same kwargs. It’s called with_options
and is used like this:
Your code is now a lil more DRY and its easier to add, or remove, pesky kwargs as needed.
Another quick example:
Tweet