Created
October 25, 2020 21:02
-
-
Save berellevy/df8ce4fedd00f707df734357f80660ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def index | |
feed = current_user.feed(params[:page_num].to_i) | |
render json: feed | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment