Actions
Feature #14760
closedExtend ActiveRecord::Migration to Facilitate Creating Tables for Use with ActiveRecord::Acts::Versioned
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I'm leveraging the acts_as_versioned method for a plugin. Although the module is documented, it doesn't cover the underlying schema necessary. A helper method on ActiveRecord::Migration, for example, something like "create_versioned_table" could facilitate making the pair of tables necessary for a versioned model.
Updated by Justin Leishman about 11 years ago
- Status changed from New to Resolved
I just noticed the documentation in the acts_as_versioned method.
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from Resolved to Closed
Actions