diff options
| author | Randy Morgan <[email protected]> | 2012-08-03 18:01:39 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-08-03 18:01:39 +0900 |
| commit | dd91d5088c8137070c2862ee4afc1a452628c893 (patch) | |
| tree | 3760e6f32b7ae10b4b3a401c5780ea88fe96a08f | |
| parent | 5f149a6a324249d933abdcb68ad21ccb19a54700 (diff) | |
| download | caxlsx-dd91d5088c8137070c2862ee4afc1a452628c893.tar.gz caxlsx-dd91d5088c8137070c2862ee4afc1a452628c893.zip | |
update blog domain
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
