10 lines
252 B
Ruby
Raw Normal View History

2019-09-11 17:13:12 +10:00
# name: Discourse Patrons
# version: 1.0.0
2017-01-31 13:28:41 +11:00
enabled_site_setting :discourse_patrons_enabled
2019-09-11 17:13:12 +10:00
after_initialize do
load File.expand_path('../config/routes.rb', __FILE__)
load File.expand_path('../app/controllers/patrons_controller.rb', __FILE__)
end