Guest User

Untitled

a guest
May 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # POST /newsfeeds/1/news_items
  2. # POST /newsfeeds/1/news_items.xml
  3. def create
  4. # this is an empty action so just redirect back to the newsfeed
  5. respond_to do |format|
  6. format.html { redirect_to @newsfeed }
  7. end
  8. end
Add Comment
Please, Sign In to add comment