ruby on rails - How do I use options for in_place_editing in my view? -


I want to change how the in-place-editing looks like a visual I have text and other views with these text

I am trying with this code

  & lt;% = in_place_editor_field: contact, address_line1,: Saving_text = & gt; "Update"% & gt;  

But nothing is changing. How can I pass options for I_place_editor_field

Did you place the following in your controller? is?

  for_in__idit_: contact_,: address_line1  

(as described)

In addition to this, does your browser Is there a warning or error in the javascript console?


Comments