X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fcommon%2Fplugin.rb;h=b0b57505873665a856dcf7ade0eafc4b82cf266a;hp=77d80c469e7b1e94f794b84b0c532f632765f77e;hb=72696d3f6e95ef773af9727e9c3459b9038b0fc2;hpb=8064b7be68006d07889e2d24eb0bddc6063d3275 diff --git a/lib/common/plugin.rb b/lib/common/plugin.rb index 77d80c4..b0b5750 100644 --- a/lib/common/plugin.rb +++ b/lib/common/plugin.rb @@ -21,8 +21,8 @@ module Plugin raise NotImplementedError end - def describe_account(account) - # Provide a "description" of the account. This is output along + def describe_user(user) + # Provide a "description" of the user. This is output along # with the domain name and can be anything of use to the system # administrator. raise NotImplementedError