http://railscasts.com/episodes/407-activity-feed-from-scratch
Requires Ruby 1.9.2 or higher.
rails g resource activity user:belongs_to action trackable:belongs_to trackable_type
rake db:migrate
http://railscasts.com/episodes/407-activity-feed-from-scratch
Requires Ruby 1.9.2 or higher.
rails g resource activity user:belongs_to action trackable:belongs_to trackable_type
rake db:migrate