We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d0cdb commit 0baa586Copy full SHA for 0baa586
1 file changed
lib/sync/resource.rb
@@ -57,7 +57,7 @@ def id
57
end
58
59
def name
60
- model.class.model_name.to_s.underscore
+ model.class.model_name.to_s.underscore.model.split('/').last
61
62
63
def plural_name
0 commit comments