From c2ea56d5e0c924b2878f83c3f66eaefaada2178b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 2 Nov 2016 19:10:53 +0100 Subject: [PATCH] Allow editing races on characters --- app/controllers/characters_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/characters_controller.rb b/app/controllers/characters_controller.rb index c2cbe6a3..d503aac1 100644 --- a/app/controllers/characters_controller.rb +++ b/app/controllers/characters_controller.rb @@ -12,7 +12,7 @@ class CharactersController < ContentController :universe_id, :user_id, :name, :age, :role, :gender, :age, :archetype, :height, :weight, :haircolor, :facialhair, :eyecolor, :skintone, :bodytype, :identmarks, :hairstyle, - :religion, :politics, :prejudices, :occupation, :pets, :aliases, :race, + :religion, :politics, :prejudices, :occupation, :pets, :aliases, :races, :mannerisms, :birthday, :education, :background, :motivations, :flaws, :talents, :hobbies, :personality_type, :fave_color, :fave_food, :fave_possession, :fave_weapon, :fave_animal,