Rimian Perkins 78914e0511 Add new plugin files.
This gets the plugin running again without name collisions. A solid starting point
2019-09-11 13:19:07 +10:00

7 lines
135 B
Ruby

# frozen_string_literal: true
DiscoursePatrons::Engine.routes.draw do
get '/' => 'patrons#index'
get '/:id' => 'patrons#show'
end