Added custom initializer

thanks, i’ve already created the plugin per the guide but it’s not clear where the initializer file should go?

somewhere like this…

plugins/my-plugin/config/initializers/initializer.rb

or would the code just simply go in an after_initialize block in the plugin.rb file?

Basically, i create a site_setting with the plugin and then straight away i need to be able to use that setting

much appreciated