Commit b14c28b8 by Ivan Lan

fix exportable

parent 950b4433
......@@ -9,7 +9,7 @@ module TalltyImportExport
module ClassMethods
def export_instance
Export.new(self)
const_get('Export').new(self)
end
def export_xlsx *args
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment