FIX: Store custom emojis as uploads.

* Depending on a hardcoded directory was a flawed design
  which made it impossible to debug when custom emojis go
  missing.
This commit is contained in:
Guo Xiang Tan
2017-02-02 17:41:57 +08:00
parent 99943ec769
commit 1a7e954e09
17 changed files with 224 additions and 126 deletions

View File

@@ -6,6 +6,7 @@ end
# we need to run seed_fu every time we run rake db:migrate
task 'db:migrate' => ['environment', 'set_locale'] do
SeedFu.seed
Jobs::Onceoff.enqueue_all
end
task 'test:prepare' => 'environment' do