app/models/boxroom/permitted_params.rb in boxroom-0.0.4 vs app/models/boxroom/permitted_params.rb in boxroom-0.0.5
- old
+ new
@@ -5,10 +5,10 @@
params.require(model_name.to_sym).permit(*send("#{model_name}_attributes"))
end
end
def folder_attributes
- [:name]
+ [:name, :notify_emails, :notify_create, :notify_update, :notify_remove]
end
def group_attributes
[:name]
end
\ No newline at end of file