Created
August 13, 2008 01:58
-
-
Save nfelsen/5175 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (rdb:206) l | |
| [-2, 7] in /home/nat/Project/neru/nfelsen/nfelsen4/insoshi-private/app/views/forums/show.html.erb | |
| 1 <%- column_div :type => :primary do -%> | |
| 2 <h2>Discussion topics</h2> | |
| => 3 <% debugger %> | |
| 4 <ol class="list forum full"> | |
| 5 <%= render :partial => @topics %> | |
| 6 </ol> | |
| 7 <%= will_paginate(@topics) %> | |
| (rdb:206) pp @topics | |
| [#<Topic id: 10, forum_id: 1, person_id: 11, name: "L", forum_posts_count: 11, created_at: "2008-08-11 20:44:56", updated_at: "2008-08-11 20:44:56">, | |
| #<Topic id: 2, forum_id: 1, person_id: 8, name: "Deserunt sit dolore aliquip minim sint cupidatat do...", forum_posts_count: 11, created_at: "2008-08-11 20:44:55", updated_at: "2008-08-11 20:44:55">, | |
| #<Topic id: 4, forum_id: 1, person_id: 22, name: "Mollit sed fugiat duis enim ut commodo culpa velit ...", forum_posts_count: 11, created_at: "2008-08-11 18:44:55", updated_at: "2008-08-11 20:44:55">, | |
| #<Topic id: 8, forum_id: 1, person_id: 21, name: "Dolo", forum_posts_count: 11, created_at: "2008-08-11 18:44:55", updated_at: "2008-08-11 20:44:55">, | |
| #<Topic id: 3, forum_id: 1, person_id: 16, name: "Eu elit, non veniam, anim labore et est qui magna d...", forum_posts_count: 11, created_at: "2008-08-11 15:44:55", updated_at: "2008-08-11 20:44:55">, | |
| #<Topic id: 9, forum_id: 1, person_id: 20, name: "Sint", forum_posts_count: 11, created_at: "2008-08-11 14:44:56", updated_at: "2008-08-11 20:44:56">, | |
| #<Topic id: 1, forum_id: 1, person_id: 6, name: "P", forum_posts_count: 11, created_at: "2008-08-11 14:44:54", updated_at: "2008-08-11 20:44:54">, | |
| #<Topic id: 5, forum_id: 1, person_id: 7, name: "Laboris dolore sunt qui ad amet, do magna mollit cu...", forum_posts_count: 11, created_at: "2008-08-11 13:44:55", updated_at: "2008-08-11 20:44:55">, | |
| #<Topic id: 7, forum_id: 1, person_id: 10, name: "Id culp", forum_posts_count: 11, created_at: "2008-08-11 13:44:55", updated_at: "2008-08-11 20:44:55">, | |
| #<Topic id: 11, forum_id: 1, person_id: 14, name: "Aliquip ea quis ut sed lorem laboris ut id sint fug...", forum_posts_count: 11, created_at: "2008-08-11 12:44:56", updated_at: "2008-08-11 20:44:56">] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment