diff app/models/repository.rb @ 1355:3d01be97cb5a bug_635

Fix routes and safe attributes for the external repo settings
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 18 Jul 2013 12:13:20 +0100
parents bb32da3bea34
children 51364c0cd58f
line wrap: on
line diff
--- a/app/models/repository.rb	Thu Jul 18 11:18:35 2013 +0100
+++ b/app/models/repository.rb	Thu Jul 18 12:13:20 2013 +0100
@@ -51,6 +51,8 @@
     'password',
     'path_encoding',
     'log_encoding',
+    'is_external',
+    'external_url',
     'is_default'
 
   safe_attributes 'url',