起動時のみロードする設定ファイルを追加
説明
起動時のみロードするコンテンツを配列に含める
デフォルト値は空の配列
使い方
config.autoload_once_paths += %W(#{config.root}/ディレクトリ名)]
例
config.autoload_once_paths += %W(#{config.root}/lib)
起動時のみロードするコンテンツを配列に含める
デフォルト値は空の配列
config.autoload_once_paths += %W(#{config.root}/ディレクトリ名)]
config.autoload_once_paths += %W(#{config.root}/lib)