Guest User

Untitled

a guest
May 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <body>
  2. <%=debug(@album) %>
  3. <% if @album -%>
  4. <p>Title: <%= @album.title %></p>
  5. <p>Artist: <%= @album.artist %></p>
  6. <p>Genre: <%= @album.genre %></p>
  7. <% else -%>
  8. <p>No record found.</p>
  9. <% end -%>
  10. </body>
Add Comment
Please, Sign In to add comment