<%= notice %>
Question | Answer | Code | |||
---|---|---|---|---|---|
<%= challenge.question %> | <%= challenge.answer %> | <%= challenge.code %> | <%= link_to 'Show', challenge %> | <%= link_to 'Edit', edit_challenge_path(challenge) %> | <%= link_to 'Destroy', challenge, method: :delete, data: { confirm: 'Are you sure?' } %> |