Feature #2945
Extend AR to add getter/setter methods *_names similar to *_ids
Description
This will be leveraged by CLI
Related issues
Associated revisions
fixes #2945 correction - has_and_belongs_to_many defined twice
History
#1
Updated by Joseph Magen over 9 years ago
- Status changed from Assigned to Ready For Testing
#2
Updated by Dominic Cleal over 9 years ago
- Blocks Feature #2904: Add hosts command added
#3
Updated by Dominic Cleal over 9 years ago
- Category changed from 44 to Rails
- Target version set to 1.3.0
#4
Updated by Dominic Cleal over 9 years ago
- Related to Feature #2931: API v2 hosts JSON response, add *_name for each *_id added
#5
Updated by Joseph Magen over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3b656b8d47030517369db5f6031218916985d7bf.
fixes #2945 - extend AR to add getter/setters *_name(s) for has_many/belongs_to associations