diff options
| author | Michel Etienne | 2015-09-24 14:56:42 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2015-09-24 14:56:42 +0200 | 
| commit | d0ae24fa9d0082a322ed7457090e4dfecf89042f (patch) | |
| tree | 8d101e5017aeac41e95bb81bd5460f77e9419d11 /app/controllers/networks_controller.rb | |
| parent | df9469f96e7ac102e27e682581f3f7b604934578 (diff) | |
| download | chouette-core-d0ae24fa9d0082a322ed7457090e4dfecf89042f.tar.bz2 | |
adapt to Neptune specifications V4
Diffstat (limited to 'app/controllers/networks_controller.rb')
| -rw-r--r-- | app/controllers/networks_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/networks_controller.rb b/app/controllers/networks_controller.rb index 5dff116c2..239f022b3 100644 --- a/app/controllers/networks_controller.rb +++ b/app/controllers/networks_controller.rb @@ -42,7 +42,7 @@ class NetworksController < ChouetteController    end    def network_params -    params.require(:network).permit(:objectid, :object_version, :creation_time, :creator_id, :version_date, :description, :name, :registration_number, :source_name, :source_type, :source_identifier, :comment ) +    params.require(:network).permit(:objectid, :object_version, :creation_time, :creator_id, :version_date, :description, :name, :registration_number, :source_name, :source_type_name, :source_identifier, :comment )    end  end  | 
