Commit 945870d9abc73a6c92a2bbceb73fff17e1b104cc
1 parent
c9cbe34e
Exists in
master
and in
29 other branches
environment settings: allow signup_intro to mass-assign
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/environment.rb
... | ... | @@ -13,7 +13,7 @@ class Environment < ActiveRecord::Base |
13 | 13 | :reports_lower_bound, :noreply_email, |
14 | 14 | :signup_welcome_screen_body, :members_whitelist_enabled, |
15 | 15 | :members_whitelist, :highlighted_news_amount, |
16 | - :portal_news_amount, :date_format | |
16 | + :portal_news_amount, :date_format, :signup_intro | |
17 | 17 | |
18 | 18 | has_many :users |
19 | 19 | ... | ... |