class ApiFeedsController < ApiController def index @feeds = Feed.index(current_user) end end