discourse/config/initializers/100-onebox_options.rb
Sam c04bcf8655 PERF: move message bus to the front of the middleware stack
Organise all initializers so they are properly ordered and use the same naming scheme
2015-12-07 14:51:24 +11:00

5 lines
84 B
Ruby

require_dependency 'twitter_api'
Onebox.options = {
twitter_client: TwitterApi
}