views:

11

answers:

0

I have following code in my view.

= fckeditor_textarea("newsletter", "info", :toolbarSet => 'Simple', :width => '100%', :height => '400px')

In my controller I have created an object for that which contains value.

@newsletter = Newsletter.last

But in display data is not loaded in fckeditor. So, how to do that?