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

$(() => {
  Tinymce.init({ selector: '#theme_description' });
});