Closed devdupont closed 8 years ago
Along with pull request #253, this will add Orlando to Citygram.
Publisher.create! do |pub| pub.title = "OPD Reports" pub.endpoint = "http://orlando-citygram-api.azurewebsites.net/?service=police" pub.active = true pub.visible = true pub.city = "Orlando" pub.icon = "police-incidents.png" pub.state = "FL" pub.description = "Orlando police incident reports. Updated in real-time as reports are closed." pub.tags = ["orlando","orl","crime","police"] end
Along with pull request #253, this will add Orlando to Citygram.