Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. config.after_initialize do
  2. Jpmobile::Emoticon::CONVERSION_TABLE_TO_AU = Hash[*(Jpmobile::Emoticon::CONVERSION_TABLE_TO_AU.map do |k,v|
  3. [k, ""]
  4. end
  5. ).flatten]
  6. end
Add Comment
Please, Sign In to add comment