Commit 7ad157746167957924b40e8b64e02fe334987e3e

Authored by Antonio Terceiro
1 parent f0d49dcb

ActionItem1049: allowing selection of description field

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/models/community.rb
@@ -8,6 +8,7 @@ class Community < Organization @@ -8,6 +8,7 @@ class Community < Organization
8 xss_terminate :only => [ :name, :address, :contact_phone, :description ] 8 xss_terminate :only => [ :name, :address, :contact_phone, :description ]
9 9
10 FIELDS = %w[ 10 FIELDS = %w[
  11 + description
11 nickname 12 nickname
12 description 13 description
13 language 14 language