Skip to content

Instantly share code, notes, and snippets.

@abacha
Created March 4, 2013 18:23
Show Gist options
  • Select an option

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

Select an option

Save abacha/5084258 to your computer and use it in GitHub Desktop.
def report(activity)
if activity.activitable.is_a? Account
account_report(activity)
elsif activity.activitable.is_a? Manager
manager_report(activity)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment