We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011db4b commit 3f1927cCopy full SHA for 3f1927c
README.textile
@@ -14,6 +14,19 @@ It processes the thumbnails through the command-line applications instead of usi
14
15
See the documentation for the +has_attached_file+ method for options.
16
17
+h2. Code
18
+
19
+The code DM-Paperclip is available at Github:
20
21
+ git clone git://github.com/krobertson/paperclip.git
22
23
+It is regularly updated to keep in sync with the latest from Thoughtbot.
24
25
+Releases are tagged within the repository and versioned the same as the original model. You can also get the latest release
26
+packaged as a gem through Rubyforge:
27
28
+ sudo gem install dm-paperclip
29
30
h2. Usage
31
32
In your model:
0 commit comments