Displaying 2 results from an estimated 2 matches for "article_typ".
Did you mean:
article_type
2006 Jul 07
5
link_to: link is missing id
...;=>nil, "display_date"=>Tue Oct 17 00:01:00 GMT-5:00 2000,
"status"=>"PUB", "print_page"=>nil, "hot_code"=>"N",
"headline"=>"...", "creation_date"=>Mon Jul 09 15:39:04 GMT-5:00 2001,
"article_type"=>"...", "flashline"=>nil, "publication"=>"...",
"base_doc_id"=>"...", "summary"=>"...", "file_location"=>"C",
"page"=>"...", "display_name"=&...
2007 Jun 19
1
Display Options While Paginating
I have a table full of articles that I want to paginate. Easy enough
with:
[Controller]
@article_pages, @articles = paginate(:articles, :per_page =>
20, :order => ''post_date DESC, title ASC'')
BUT, there are different types of articles: regular news articles
(designated NA), and press releases (designated PR).
If I want to put each type in a different table on the same