We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8d696 commit e0b5ec2Copy full SHA for e0b5ec2
lib/code_teams/plugin.rb
@@ -22,6 +22,7 @@ def self.data_accessor_name(key = default_data_accessor_name)
22
23
sig { returns(String) }
24
def self.default_data_accessor_name
25
+ # e.g., MyNamespace::MyPlugin -> my_plugin
26
Utils.underscore(Utils.demodulize(name))
27
end
28
0 commit comments