Displaying 1 result from an estimated 1 matches for "articleattachment".
2007 Jul 19
3
Merb::Controller#url Usage
...id"=>"1", "article_attachments_count"=>"2", "published_at"=>nil,
"created_at"=>"2007-07-18 21:31:35"}>
And an attachment of that article:
irb(main):004:0> attachment = article.article_attachments.find(1)
=> #<ArticleAttachment:0x3410b60 @attributes={"content_type"=>"asdf",
"updated_at"=>"2007-07-18 21:38:08", "public"=>"t", "id"=>"1",
"filename"=>"asdf", "article_id"=>"1", "positi...