public
Description: A copy of the original railsxls plugin, but suited for Rails Edge
Homepage:
Clone URL: git://github.com/DefV/railsxls.git
railsxls / init.rb
100644 4 lines (3 sloc) 0.124 kb
1
2
3
4
# Include hook code here
require "railsworksheet"
 
ActionView::Template.register_template_handler 'rxls', Worksheet::Handler