-
-
Save bigfleet/a39da6e19fda582b901d to your computer and use it in GitHub Desktop.
Translator for tulsa dataportal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Publisher.create! do |pub| | |
pub.title = "Fire Dispatches" | |
pub.endpoint = "https://citygram-services.herokuapp.com/tulsa-fire-dispatch" | |
pub.active = true | |
pub.visible = false | |
pub.city = "Tulsa" | |
pub.icon = "fire-calls.png" | |
pub.state = "OK" | |
pub.description = "Recent Tulsa Fire Department Dispatches." | |
pub.tags = ["tulsa"] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment