mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-03 12:27:35 -05:00
5 lines
No EOL
182 B
Ruby
5 lines
No EOL
182 B
Ruby
require 'discourse_poll/version'
|
|
require 'discourse_poll/engine' if defined?(Rails) && (!Rails.env.test?)
|
|
|
|
|
|
I18n.load_path << "#{File.dirname(__FILE__)}/discourse_poll/locale/en.yml" |