Commit b97c253d by liyijie

fix export error

parent 90f0e16f
......@@ -67,6 +67,7 @@ module TalltyImportExport
end
def export_headers
binding.pry
klass.try(:headers) || klass.try(:model_headers)
end
......
module TalltyImportExport
module Exportable
extend ActiveSupport::Concern
include Common
included do |base|
# base.include(Common)
......
module TalltyImportExport
module Importable
extend ActiveSupport::Concern
include Common
included do |base|
# base.include(Common)
......
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