aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/extra.t
Commit message (Collapse)AuthorAgeLines
* Reduce use of FixMyStreet::App.Matthew Somerville2015-12-02-4/+2
| | | | Command line scripts don't need a full blown app, just database.
* Add Extra role to ease use of {extra} field.Hakim Cassimally2015-03-20-0/+111
Historically, the extra field has been used in two different ways by different cobrands, both as a list (e.g. Open311 category fields) and a hash (e.g. the Zurich cobrand). This commit consolidates usage, adding an API to make use of the field easier and always returning a hash for the code to use. Fixes #1018.