hummingbird-me/kitsu-server

View on GitHub
app/feeds/profile_feed.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class ProfileFeed < Feed
  prepend FanoutOptional

  def write_target
    ['profile', id]
  end

  def read_target
    ['profile_aggr', id]
  end
end