We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baa586 commit 627009dCopy full SHA for 627009d
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.split('/').last
+ model.class.model_name.to_s.underscore.split('/').last
61
62
63
def plural_name
0 commit comments