diff options
Diffstat (limited to 'app/controllers/exports_controller.rb')
| -rw-r--r-- | app/controllers/exports_controller.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/controllers/exports_controller.rb b/app/controllers/exports_controller.rb index 481a0c1f1..f91d84250 100644 --- a/app/controllers/exports_controller.rb +++ b/app/controllers/exports_controller.rb @@ -68,6 +68,7 @@ class ExportsController < ChouetteController      if @line_items.size > 500        @line_items = @line_items.paginate(page: params[:page], per_page: 20)      end +    @export    end    def collection | 
