summaryrefslogtreecommitdiff
path: root/app/views/characters
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/characters')
-rw-r--r--app/views/characters/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb
index 96a87f8..ce8c461 100644
--- a/app/views/characters/show.html.erb
+++ b/app/views/characters/show.html.erb
@@ -31,7 +31,7 @@
<div class="my-2">
<% if @character == current_char %>
<h2 class="text-xl mb-2">Combat Styles</h2>
- <%= form_with url: character_combat_styles_path(character_id: @character) do |f| %>
+ <%= form_with url: combat_styles_character_path(@character) do |f| %>
<%= f.label :offensive_style, "Offensive" %>
<%= f.select :offensive_style, Character.offensive_styles.keys.to_a, selected: @character.offensive_style %>