Skip to content

Commit 834ea3b

Browse files
committed
Update code_teams.rb
1 parent 9b23a7b commit 834ea3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/code_teams.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def self.from_hash(raw_hash)
9797
def self.register_plugins
9898
Plugin.all_plugins.each do |plugin|
9999
define_method(plugin.data_accessor_name) do
100+
# e.g., MyGithubPlugin.for(team).github
100101
plugin.for(self).public_send(plugin.data_accessor_name)
101102
end
102103
end

0 commit comments

Comments
 (0)