Skip to content

Instantly share code, notes, and snippets.

@pokonski
Created May 25, 2012 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pokonski/2786826 to your computer and use it in GitHub Desktop.
Save pokonski/2786826 to your computer and use it in GitHub Desktop.
public_activity example
activity:
article:
create: 'Article has been created'
update: 'Someone has edited the article'
destroy: 'Some user removed an article!'
# config/initializers/pba.rb
PublicActivity::Activity.template = YAML.load_file("#{Rails.root}/config/pba.yml")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment