README.rdoc in papermill-1.0.3 vs README.rdoc in papermill-1.0.4

- old
+ new

@@ -1,13 +1,9 @@ = Papermill Asset management made easy. -== News.. - -I can't make it work with IE6, there seems to be a jQuery problem. SWFUpload and jQuery should both work fine with it, but anyway, it dies with strange errors that I don't understand. Any help appreciated... - == Install the gems $ gem source -a http://gemcutter.org $ sudo gem install papermill @@ -113,11 +109,10 @@ === Resources access With generic papermill association, Papermill generates an #assets(:key, *args) named_scope @article.assets(:illustrations) @article.assets(:illustrations, :order => "created_at DESC") - @article.illustrations.red.first - @article.assets(:illustrations, :order => "created_at DESC").red.first + @article.assets(:illustrations).red.first # etc. With declarative papermill associations, Papermill generates an #<association_key>(*args) named_scope @entry.mug_shot.first @entry.diaporama \ No newline at end of file