aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/imports_controller.rb
diff options
context:
space:
mode:
authorjpl2017-08-23 15:36:29 +0200
committerjpl2017-08-23 15:36:39 +0200
commitfd168f1aa111f915ba2a58e24617267fcb5cbe0c (patch)
tree812e7c8751df060e2ec90b6b5643f8ebd3ef25e9 /app/controllers/imports_controller.rb
parent6fe3c8ac3f4120fcab85a593062a8c0785b50839 (diff)
downloadchouette-core-fd168f1aa111f915ba2a58e24617267fcb5cbe0c.tar.bz2
Refs #4258: adding overhead feature to table_builder, with static samples on imports#show
Diffstat (limited to 'app/controllers/imports_controller.rb')
-rw-r--r--app/controllers/imports_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb
index 916e5ac23..979c9bfcf 100644
--- a/app/controllers/imports_controller.rb
+++ b/app/controllers/imports_controller.rb
@@ -6,6 +6,10 @@ class ImportsController < BreadcrumbController
def show
show! do
+ @import = @import.decorate(context: {
+ workbench: @workbench
+ })
+
build_breadcrumb :show
end
end