From 707abc00a9510bbaa9792b911b44357b9beb901e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 30 Jan 2026 08:05:57 -0500 Subject: [PATCH] Use symbols --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index bc76f61..9d47555 100644 --- a/init.rb +++ b/init.rb @@ -27,7 +27,7 @@ Redmine::Plugin.register :redmine_qbo_vehicles do end # Add safe attributes for core models - Issue.safe_attributes 'vehicle_id' + Issue.safe_attributes :vehicle_id # Permissions for security permission :view_vehicles, vehicles: :new, public: false