_article_block.rhtml 162 Bytes Edit Raw Blame History Permalink 1 2 <% articles = @block.box.owner.articles.select {|article| !article.folder? } %> <%= select('block', 'article_id', articles.map {|item| [ item.path, item.id]}) %>