Let's say we are passing in something like :mash => true
Now inside of params I want to
takeit = params[:mash]
What class is takeit? It's not boolean of course.
Thanks for helping.
Let's say we are passing in something like :mash => true
Now inside of params I want to
takeit = params[:mash]
What class is takeit? It's not boolean of course.
Thanks for helping.