Guest User

Untitled

a guest
May 20th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def create
  2. @post = Post.new(params[:post])
  3.  
  4. if @post.save
  5. redirect_to @post
  6. end
  7. end
Add Comment
Please, Sign In to add comment