DEV Community

Discussion on: Vote on Rails[Bonus: Vote as a guest!]

Collapse
 
andy profile image
Andy Zhao (he/him) • Edited

Nice, we use the acts_as_follower gem for our following system here. 😁

Also, you can use triple back ticks for code blocks to make things easier to read:

def method
  #do something
end