Newer
Older
dmpopidor / app / javascript / views / guidances / new_edit.js
@Bodacious Bodacious on 19 Oct 2018 110 bytes Update asset structure with webpacker gem
import { Tinymce } from '../../utils/tinymce';

$(() => {
  Tinymce.init({ selector: '#guidance-text' });
});