We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c789a2 commit b05f3d7Copy full SHA for b05f3d7
1 file changed
app/controllers/abilities_controller.rb
@@ -45,7 +45,7 @@ def recalc
45
private
46
47
def ability_update_params
48
- params.require(:ability).permit(:description)
+ params.require(:ability).permit(:description, :name)
49
end
50
51
# Actually update a given set of abilities network-wide
0 commit comments