diff --git a/app/controllers/software_records_controller.rb b/app/controllers/software_records_controller.rb
index 1fda486..8ac8b90 100644
--- a/app/controllers/software_records_controller.rb
+++ b/app/controllers/software_records_controller.rb
@@ -9,9 +9,12 @@ class SoftwareRecordsController < ApplicationController
before_action :authenticate_user!, except: %i[new create show]
before_action :set_software_record, only: %i[show edit update destroy]
before_action :navigation, except: %i[edit update]
- access all: %i[create show], viewer: %i[index show], owner: %i[index show edit update list_upgrades],
- manager: %i[index show edit update new create destroy list_upgrades], root_admin: :all, message: 'Permission Denied !
Please contact the administrator for more info.'
- # GET /software_records
+ access all: %i[create show], viewer: %i[index show], owner: %i[index show edit update list_upgrades list_road_map],
+ manager: %i[index show edit update new create destroy list_upgrades list_road_map], root_admin: :all, message: 'Permission Denied !
Please contact the administrator for more
+info.'
+
+
+# GET /software_records
def index
$page_title = 'Software Records | UCL Application Portfolio'