I am new in ROR
I want integrate html
code with ROR Code
Like PHP
This is php Exmple code:-
$output='';
$output.='<div>how r you?</div>';
$output.='<div> fine</div>';
echo $output;
Output
how r you? fine
Help how to integrate html with ROR code? Like php see above the php code.