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

@@ -12,4 +12,3 @@ end
ActiveSupport.on_load(:active_record) do
self.include_root_in_json = false
end