class Yokunai::Hooks::ConfigPopulator
Public Class Methods
run()
click to toggle source
Seed the configuration class on boot.
# File lib/yokunai/hooks/config_populator.rb, line 6 def self.run Yokunai::Config.populate(ENV["YOKUNAI_ENV"] || "development") end