Commit 71500168 by Dan Croak

added mailing list, issues queue, and rdoc links to README

parent 3b3f8eae
...@@ -15,6 +15,8 @@ useful defaults. ...@@ -15,6 +15,8 @@ useful defaults.
See the documentation for +has_attached_file+ in Paperclip::ClassMethods for See the documentation for +has_attached_file+ in Paperclip::ClassMethods for
more detailed options. more detailed options.
The complete RDoc[http://rdoc.info/projects/thoughtbot/paperclip] is online.
==Quick Start ==Quick Start
In your model: In your model:
...@@ -173,7 +175,8 @@ If you'd like to contribute a feature or bugfix: Thanks! To make sure your ...@@ -173,7 +175,8 @@ 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 fix/feature has a high chance of being included, please read the following
guidelines: 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. 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 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. about writing tests for paperclip, please ask the mailing list.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment