Skip to content

Instantly share code, notes, and snippets.

@modsognir
Created April 6, 2011 22:30
Show Gist options
  • Save modsognir/906683 to your computer and use it in GitHub Desktop.
Save modsognir/906683 to your computer and use it in GitHub Desktop.
module ActiveSupport
module CoreExtensions
module Array
module Conversions
def to_sentence
self.join(' and ')
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment