Is there a standard rails helper that converts an array of strings like ["apple", "banana", "pear"] into "apple, banana, and pear" for inserting into a sentence?
Is there a standard rails helper that converts an array of strings like [apple,
Share
Yeah to_sentence ought to work nicely.
http://apidock.com/rails/Array/to_sentence