Sha256: f608a751f7359b69fe5a976e9328cc16ace93da0c77620dc2f464378a7b15078
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
module Fume class AppSettingLoader def self.init! %w[application.extra.rb application.local.rb].each do |config_filename| path = Rails.root.join("config", config_filename) require path if File.exists?(path) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems