Feature #19
turn place into a tag field
| Status: | Closed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | yossarian | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 0.1 - beta | |||
| Resolution: | fixed |
Description
The place field should act as taggable, so we can start tagging events by region, city, or neighbourhood. These tags should be space-separated.
History
Updated by yossarian over 4 years ago
- Status changed from New to Closed
- Resolution set to fixed
After an odyssey of coding, this now works. I needed to upgrade the Rails version to 1.2.3 and then switch the taggable code to a custom-rolled solution using has_many_polymorphs.