There are two params and am getting a single one like that
v = (params.require(:service).permit(:title))
This v has a value like this {"title"=>"test,kil"} and I want to get the value of right side to a string, but all in vain.
The concept am trying to impose after that i will have @test= "test,kil"
Anyhelp will be great full. am a newbie to Rails.
(params.require(:service).permit(:title))unless you want pretend it's LISP.