Skip to content

Instantly share code, notes, and snippets.

@abacha
Last active December 14, 2015 12:19
Show Gist options
  • Select an option

  • Save abacha/5085701 to your computer and use it in GitHub Desktop.

Select an option

Save abacha/5085701 to your computer and use it in GitHub Desktop.
if activity.activitable.is_a? Account
restricted_mail = ["[email protected]"]
alias :reporter :account_report
elsif activity.activitable.is_a? Manager
restricted_mail = ["[email protected]"]
alias :reporter :manager_report
end
reporter(activity, to, false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment