Skip to content

Instantly share code, notes, and snippets.

@frcake
Created July 29, 2016 11:19
Show Gist options
  • Save frcake/a003de23df12b32b3811eaf8c6a4495c to your computer and use it in GitHub Desktop.
Save frcake/a003de23df12b32b3811eaf8c6a4495c to your computer and use it in GitHub Desktop.
<div class="new">
<div class="container-fluid">
<section class="container">
<div class="container-page">
<%= @user.classifieds.each do |c| %>
<%= link_to classified_path(c) do %>
<ul>
<li><%= c.title %></li>
<li><%= c.created_at %> </li>
</ul>
<%end%>
<% end %>
</div>
</section>
</div>
</div>
4
2016-07-28 11:23:17 UTC
Ibanez guitar for sale, insanely rare!
2016-07-28 12:43:02 UTC
a;dglkj
2016-07-28 12:43:17 UTC
sag
2016-07-29 10:57:40 UTC
[#<Classified id: 7, make: "1", model: "2", year: "3", color: nil, title: "4", condition: "24", price: "42", offer: nil, make_country: "42", category: nil, description: "42", user_id: 4, created_at: "2016-07-28 11:23:17", updated_at: "2016-07-28 11:23:17">, #<Classified id: 9, make: "Ibanez", model: "Lawsuit", year: "1990", color: nil, title: "Ibanez guitar for sale, insanely rare!", condition: "mint", price: "125012", offer: nil, make_country: "Japan", category: nil, description: "afad'gjdgafgasfgasfgasfg", user_id: 4, created_at: "2016-07-28 12:43:02", updated_at: "2016-07-28 12:43:02">, #<Classified id: 10, make: "asgj", model: ";ljasdg", year: "lqaegkh", color: nil, title: "a;dglkj", condition: "a;dgkj", price: "ade;gklj", offer: nil, make_country: "dkgja", category: nil, description: "a;ldlkjg", user_id: 4, created_at: "2016-07-28 12:43:17", updated_at: "2016-07-28 12:43:17">, #<Classified id: 11, make: "ASF", model: "asf", year: "asf", color: nil, title: "sag", condition: "gs", price: "ags", offer: nil, make_country: "ags", category: nil, description: "ag", user_id: 4, created_at: "2016-07-29 10:57:40", updated_at: "2016-07-29 10:57:40">]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment