Uninitialized constant ActionView::Helpers::InstanceTag in Rails 4 -


i have following code, use customize form_for. need inherit actionview::helpers::instancetag

class instancetag < actionview::helpers::instancetag 

i exception after upgrade rails 4 , saw in docs there no such class. best class use instead of it?

after research. found

actionview::helpers::instancetag  

is transformed module called activemodelinstancetag

actionview::helpers::activemodelinstancetag 

Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -