97 98
# File 'app/models/memory.rb', line 97 def self.by_slug slug unscoped.joins( :slug ).where( slugs: { text: slug } ).first ;end