From dd91d5088c8137070c2862ee4afc1a452628c893 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Fri, 3 Aug 2012 18:01:39 +0900 Subject: update blog domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0c8f8cf..8470aa2f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ acts_as_xlsx is a simple ActiveRecord mixin that lets you generate a workbook wi Axlsx_Rails provides an Axlsx renderer so you can move all your spreadsheet code from your controller into view files. Partials are supported so you can organize any code into reusable chunks (e.g. cover sheets, common styling, etc.) You can use it with acts_as_xlsx, placing the to_xlsx call in a view and add ':package => xlsx_package' to the parameter list. Now you can keep your controllers thin! There are guides for using axlsx and acts_as_xlsx here: -[http://axlsx.blogspot.com](http://axlsx.blogspot.com) +[http://axlsx.blog.randym.net](http://axlsx.blog.randym.net) The examples directory contains a number of more specific examples as well. -- cgit v1.2.3