Skip to content

Commit 4e3f193

Browse files
committed
CP changes: fix sector ref 2
1 parent ce3a161 commit 4e3f193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/tpi/sectors_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class SectorsController < TPIController
66
before_action :fetch_companies, only: [:show, :index]
77
before_action :fetch_sectors, only: [:show, :index, :user_download_all, :user_download_cp_all, :user_download_mq_all]
88
before_action :fetch_industries, only: [:show, :index]
9-
before_action :fetch_sector, only: [:show, :user_download, :user_download_cp, :user_download_mq]
9+
before_action :fetch_sector, only: [:show, :user_download, :user_download_cp, :user_download_mq, :chemicals_alignment_chart_data]
1010
before_action :redirect_if_numeric_or_historic_slug, only: [:show]
1111

1212
helper_method :any_cp_assessment?

0 commit comments

Comments
 (0)