Skip to content

Instantly share code, notes, and snippets.

View diegoachury's full-sized avatar

Diego Fernando Achury diegoachury

View GitHub Profile
<div class ="quiz">
<ol class="questions">
<% @quiz.questions.each do |question| %>
<li>
<%= question.query %>
<ol class="answers">
<% question.answers.each do |answer| %>
<li>
<%= radio_button_tag("answer[#{question.id}]", answer.id) %>
@diegoachury
diegoachury / zsh.md
Created December 16, 2015 19:48 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu
@diegoachury
diegoachury / A-Pen-by-Diego-Fernando-Achury.markdown
Created December 6, 2013 20:22
A Pen by Diego Fernando Achury.