class ActiveRecord::Base

Public Class Methods

stores_emoji_characters(*attributes) click to toggle source
# File lib/emojimmy/extensions.rb, line 2
def self.stores_emoji_characters(*attributes)
  return unless table_exists?

  Emojimmy::Mixin.inject_methods(self, attributes)
end