Bug #680
migration 23 broken
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | backend | |||
| Target version : | 5.1 | |||
| Resolution : | fixed |
Description
Migration 23 oddly uses the wrong accessor.
File: trunk/db/migrate/23_superclass_pages.rb, line 27:
:updated_at => p.modified_at,
should be:
:updated_at => p.updated_at,
I fixed that locally and it works fine for me.
