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
When a AR::Base class has a different primary key (not id), this plugin doesn't work.
You must add a parameter :column_name => 'key' when you use define_statistic.
This definition is hardcoded in the file lib/statistics.rb, line 52.
The text was updated successfully, but these errors were encountered:
When a AR::Base class has a different primary key (not id), this plugin doesn't work.
You must add a parameter :column_name => 'key' when you use define_statistic.
This definition is hardcoded in the file lib/statistics.rb, line 52.
The text was updated successfully, but these errors were encountered: