From 4addb21c131ec6860621526a70f2abd04f92c415 Mon Sep 17 00:00:00 2001 From: Caio Almeida Date: Thu, 16 Jul 2015 00:56:22 -0300 Subject: [PATCH] make region visible --- app/models/profile.rb | 2 +- plugins/juventude | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/profile.rb b/app/models/profile.rb index e6a5575..c846e89 100644 --- a/app/models/profile.rb +++ b/app/models/profile.rb @@ -3,7 +3,7 @@ # which by default is the one returned by Environment:default. class Profile < ActiveRecord::Base - attr_accessible :name, :identifier, :public_profile, :nickname, :custom_footer, :custom_header, :address, :zip_code, :contact_phone, :image_builder, :description, :closed, :template_id, :environment, :lat, :lng, :is_template, :fields_privacy, :preferred_domain_id, :category_ids, :country, :city, :state, :national_region_code, :email, :contact_email, :redirect_l10n, :notification_time, :redirection_after_login, :email_suggestions, :allow_members_to_invite, :invite_friends_only, :secret, :custom_fields, :administrator_mail_notification + attr_accessible :name, :identifier, :public_profile, :nickname, :custom_footer, :custom_header, :address, :zip_code, :contact_phone, :image_builder, :description, :closed, :template_id, :environment, :lat, :lng, :is_template, :fields_privacy, :preferred_domain_id, :category_ids, :country, :city, :state, :national_region_code, :email, :contact_email, :redirect_l10n, :notification_time, :redirection_after_login, :email_suggestions, :allow_members_to_invite, :invite_friends_only, :secret, :custom_fields, :administrator_mail_notification, :region # use for internationalizable human type names in search facets # reimplement on subclasses diff --git a/plugins/juventude b/plugins/juventude index 395255b..8fb44a4 160000 --- a/plugins/juventude +++ b/plugins/juventude @@ -1 +1 @@ -Subproject commit 395255b663255368d830732022eb8077f1b2a762 +Subproject commit 8fb44a478abb5ccd345b8ffaf1f37817d273ad30 -- libgit2 0.21.2