tinymce-rails icon indicating copy to clipboard operation
tinymce-rails copied to clipboard

Tinymce invoke error

Open ramachandranv opened this issue 6 years ago • 1 comments

I am getting following error on invoking tinymce <%= tinymce %>

undefined method `attributes_for' for #Sprockets::Environment:0x0000000005ef44d0

ramachandranv avatar Feb 21 '19 17:02 ramachandranv

I also got this error, after some digging in the code found out that it searches for a language file in assets array if language parameter is not set in configuration. Setting language: en in config/tinymce.yml seems to solve the problem.

poyzn avatar Jul 01 '20 17:07 poyzn