aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/organisation.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/organisation.rb')
-rw-r--r--app/models/organisation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/organisation.rb b/app/models/organisation.rb
index 239ee59ee..69e230da0 100644
--- a/app/models/organisation.rb
+++ b/app/models/organisation.rb
@@ -10,7 +10,7 @@ class Organisation < ActiveRecord::Base
after_create :add_rule_parameter_set
- #attr_accessible :data_format, :name
+ attr_accessor :data_format, :name
def add_rule_parameter_set
RuleParameterSet.default_for_all_modes( self).save