Guest User

Untitled

a guest
Sep 3rd, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Trouble saving integer fields in a model
  2. rails g scaffold User username:string password:string type:integer
  3.  
  4. params[:user][:type].to_i
Add Comment
Please, Sign In to add comment