Class: OvertureMaps::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/overture_maps/engine.rb

Overview

Mountable engine providing the read-only query API over imported data:

# config/routes.rb (added by the install generator)
mount OvertureMaps::Engine => "/overture"

Rake tasks under lib/tasks and the controllers under app/ are picked up by Rails::Engine's conventions — no manual loading here (a second load would define every rake task twice).