Mercurial > hg > soundsoftware-site
diff app/models/project.rb @ 689:a8e402f48723 cannam
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Fri, 16 Sep 2011 15:51:18 +0100 |
parents | 65abc6b39292 |
children | 5e80956cc792 |
line wrap: on
line diff
--- a/app/models/project.rb Fri Sep 09 13:20:34 2011 +0100 +++ b/app/models/project.rb Fri Sep 16 15:51:18 2011 +0100 @@ -597,7 +597,8 @@ 'custom_field_values', 'custom_fields', 'tracker_ids', - 'issue_custom_field_ids' + 'issue_custom_field_ids', + 'has_welcome_page' safe_attributes 'enabled_module_names', :if => lambda {|project, user| project.new_record? || user.allowed_to?(:select_project_modules, project) }