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])