|
|
@@ -24,6 +24,7 @@ class Character < ActiveRecord::Base
|
|
|
"Warnings" => "warnings",
|
|
|
"Rumors" => "rumors",
|
|
|
"Backstory" => "backstory",
|
|
|
+ "Recent Events" => "recent_events",
|
|
|
"Other" => "other",
|
|
|
"Rating" => "rating",
|
|
|
"Current Location" => "location",
|
|
|
@@ -48,6 +49,7 @@ class Character < ActiveRecord::Base
|
|
|
"dislikes" => nil,
|
|
|
"personality" => nil,
|
|
|
"backstory" => nil,
|
|
|
+ "recent_events" => nil,
|
|
|
"other" => nil,
|
|
|
"edit_url" => nil,
|
|
|
"active" => nil,
|