Actions
Patch #26548
closedRails5 acts_as_versioned fix
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Files
Updated by Go MAEDA almost 8 years ago
- Target version set to 4.0.0
This patch fixes the following error that occurs during "rake db:migrate".
== 41 RenameCommentToComments: migrating ====================================== rake aborted! StandardError: An error has occurred, this and all later migrations canceled: undefined method `versioned_table_name' for #<Class:0x007ff08f20fb20>
Updated by Toshi MARUYAMA almost 8 years ago
- Status changed from New to Closed
- Target version deleted (
4.0.0)
Committed in trunk r16893, thanks.
Actions