<%= notice %>
<%= render @wheel_option %>
<%= link_to "Edit this wheel option", edit_wheel_option_path(@wheel_option) %> |
<%= link_to "Back to wheel options", wheel_options_path %>
<%= button_to "Destroy this wheel option", @wheel_option, method: :delete %>