Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created August 27, 2019 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/45bc3194e66b24cdf8b08a769307a792 to your computer and use it in GitHub Desktop.
Save brunomichetti/45bc3194e66b24cdf8b08a769307a792 to your computer and use it in GitHub Desktop.
class FanInfluencer < ApplicationRecord
belongs_to :fan
belongs_to :influencer, counter_cache: :fans_count
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment