remove unused Algolia module from Tweet (#5617)

This commit is contained in:
Molly Struve 2020-01-21 08:00:06 -05:00 committed by GitHub
parent b146528aa8
commit 90470584a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
class Tweet < ApplicationRecord
include AlgoliaSearch
mount_uploader :profile_image, ProfileImageUploader
belongs_to :user, optional: true