Skip to content

Commit 38ddd6b

Browse files
Fix missing method
1 parent af5191e commit 38ddd6b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
importance (0.2.7)
4+
importance (0.2.8)
55
ostruct (~> 0.6)
66
rails (>= 7.0.2)
77
roo (~> 3.0)

lib/importance/configuration.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ def full_count
7474
@worksheet.count - 1
7575
end
7676

77+
def importer_attributes
78+
@attributes
79+
end
80+
7781
# Yields each processed row (a hash of attribute => value) to the given block.
7882
# Skips empty rows (all values nil or empty).
7983
def each_processed_row(path, mappings)

lib/importance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Importance
2-
VERSION = "0.2.7"
2+
VERSION = "0.2.8"
33
end

0 commit comments

Comments
 (0)