You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Piotrek Okoński edited this page Oct 22, 2013
·
1 revision
The default ActiveRecord table name for Activity model is activities.
If for some reason you want to change it (for example: you already have an activities table in your existing application). You can do that through the config block:
Create config/initializers/public_activity.rb file and save the following code in it: