<%= notice %>

Wheel options

<% @wheel_options.each do |wheel_option| %> <%= render wheel_option %>

<%= link_to "Show this wheel option", wheel_option %>

<% end %>
<%= link_to "New wheel option", new_wheel_option_path %>