aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/models/agenda_item.rb')
-rw-r--r--site/app/models/agenda_item.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/models/agenda_item.rb b/site/app/models/agenda_item.rb
index 0ce60ea..eaa6ede 100644
--- a/site/app/models/agenda_item.rb
+++ b/site/app/models/agenda_item.rb
@@ -5,7 +5,7 @@ class AgendaItem < ActiveRecord::Base
fields do
title :string
discussion :string
- body :text
+ body :markdown
rejected :boolean, :default => false
timelimits :text, :null => false, :default => ''
timestamps