Sha256: c0344ce81477df43f14f9037eb4d4efee0573d8ad6f2dcca6afca1833d568acb
Contents?: true
Size: 284 Bytes
Versions: 10
Compression:
Stored size: 284 Bytes
Contents
class ActiveRecord::Associations::AssociationProxy def to_comma(style = :default) #Bug in Rails 2.3.5, this is a workaround as association_proxy.rb doesn't pass the &block in the send method so it silently fails Comma::Generator.new(Array(self), style).run(:each) end end
Version data entries
10 entries across 10 versions & 2 rubygems