Skip to content

Commit aea33cd

Browse files
committed
fix back
1 parent 627009d commit aea33cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sync/resource.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def id
5757
end
5858

5959
def name
60-
model.class.model_name.to_s.underscore.split('/').last
60+
model.class.model_name.to_s.underscore
6161
end
6262

6363
def plural_name

0 commit comments

Comments
 (0)