I have just started to work on Ruby on Rails and was going through step by step Ruby on rails tutorial.
As i went through I got on to undefined method `render_text' .... Now what ???
so looking into various web sites I Finally got it
You can use
render :text =>"Hello World" Instead of render_text
Enjoy learning ruby
No comments:
Post a Comment