aboutsummaryrefslogtreecommitdiff
path: root/app/models/resource.rb
Commit message (Collapse)AuthorAgeFilesLines
* First pass at listing Resourceshellekin2020-10-061-0/+19
| | | | | | This implements resource listing and pagination. See /resources
* Add Resource modelhellekin2020-10-061-0/+6
Resources will be stored as JSON, in the (GeoJSON) :feature column. They are assigned an UUID upon creation if they don't comme with one. They belong to an Agent.