I found this code in a RailsCast: def tag_names @tag_names || tags.map(&:name).join(' ') end What does the (&:name) in map(&:name) mean? 16 s ...
-
May 2, 2022
- 0 Comments