lib/recite_csv/reader/builder.rb in recite_csv-0.1.0 vs lib/recite_csv/reader/builder.rb in recite_csv-0.1.1
- old
+ new
@@ -18,10 +18,10 @@
end
def included(class_or_module)
class_or_module.include Core
class_or_module.const_set(:Row, @row_class)
- class_or_module.const_set(:DEFAULT_CSV_OPIONS, @definition.default_csv_options)
+ class_or_module.const_set(:DEFAULT_CSV_OPTIONS, @definition.default_csv_options)
class_or_module.extend DSL
end
end
end
end