diff options
Diffstat (limited to 'app/controllers/imports_controller.rb')
| -rw-r--r-- | app/controllers/imports_controller.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/app/controllers/imports_controller.rb b/app/controllers/imports_controller.rb index f95b6acf1..8d7a723a0 100644 --- a/app/controllers/imports_controller.rb +++ b/app/controllers/imports_controller.rb @@ -15,6 +15,10 @@ class ImportsController < ChouetteController    private +  def index_model +    Import::Workbench +  end +      def build_resource      @import ||= Import::Workbench.new(*resource_params) do |import|        import.workbench = parent | 
