Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def create
  2. @notepad = Notepad.new(notepad_params)
  3. if @notepad.save
  4. redirect_to @notepad
  5. else
  6. flash[:error] = "The Notepad must have unique name"
  7. byebug
  8. dupa = 8
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement