Skip to content

Instantly share code, notes, and snippets.

@chumpy
Last active August 29, 2015 13:57
Show Gist options
  • Save chumpy/9424097 to your computer and use it in GitHub Desktop.
Save chumpy/9424097 to your computer and use it in GitHub Desktop.
<% @approval_states.each do |step| %>
<li><%= link_to step.state, garden_meal_path(@garden_meal, garden_meal: { id: @garden_meal.id}, approval_state: step.state), method: :put %></li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment