From 750b39c2d75005e6ebc1ee049d7d84670636d288 Mon Sep 17 00:00:00 2001 From: Armando Couto Date: Wed, 5 Feb 2020 14:18:50 -0300 Subject: [PATCH] Documentation improvement. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ddb895c..b442174 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Or install it yourself as: Inside of a rails controller, your code might look something like this (although I would recommend extracting most of this into a separate class): ```ruby +require "zip" +require "docx_replace" + def user_report @user = User.find(params[:user_id])