mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-21 20:20:34 +09:00
6 lines
129 B
Ruby
6 lines
129 B
Ruby
Rails.application.config.after_initialize do
|
|
%w[ db files ].each do |dir|
|
|
Rails.root.join("storage", dir).mkpath
|
|
end
|
|
end
|