README.rdoc in paperclip-2.3.3 vs README.rdoc in paperclip-2.3.4

- old
+ new

@@ -13,10 +13,12 @@ useful defaults. See the documentation for +has_attached_file+ in Paperclip::ClassMethods for more detailed options. +The complete RDoc[http://rdoc.info/projects/thoughtbot/paperclip] is online. + ==Quick Start In your model: class User < ActiveRecord::Base @@ -171,9 +173,10 @@ If you'd like to contribute a feature or bugfix: Thanks! To make sure your fix/feature has a high chance of being included, please read the following guidelines: -1. Ask on the mailing list, or post a new GitHub Issue. +1. Ask on the mailing list[http://groups.google.com/group/paperclip-plugin], or + post a new GitHub Issue[http://github.com/thoughtbot/paperclip/issues]. 2. Make sure there are tests! We will not accept any patch that is not tested. It's a rare time when explicit tests aren't needed. If you have questions about writing tests for paperclip, please ask the mailing list.