I’m using tinymce-rails for a form …. until last night everything worked fine … this morning when I came in and tried to run the form I get this error
undefined local variable or method 'tinymce'
the weird part is if I save the controller with :w in vim without making any changes to the file … the error disappears and everything works … any ideas ?
I fixed it by adding helper(TinyMCE::Rails::Helper) in the controller but I still have no idea what happened