summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-08-03 18:01:39 +0900
committerRandy Morgan <[email protected]>2012-08-03 18:01:39 +0900
commitdd91d5088c8137070c2862ee4afc1a452628c893 (patch)
tree3760e6f32b7ae10b4b3a401c5780ea88fe96a08f
parent5f149a6a324249d933abdcb68ad21ccb19a54700 (diff)
downloadcaxlsx-dd91d5088c8137070c2862ee4afc1a452628c893.tar.gz
caxlsx-dd91d5088c8137070c2862ee4afc1a452628c893.zip
update blog domain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.