Mark Hermano

Results 5 comments of Mark Hermano

@mmaberry-yottaa thanks! But I would like to add, when running rails g milia:install --org_email='[email protected]' again, don't type Y when it ask you to overwrite devise_permitted_paramters.rb type N instead, to not...

Have you make it work?? I did the same thing added this line of code in application_controller.rb ``` before_action :authenticate_tenant! ``` and then change devise_permitted_parameters.rb to before_action. when I run...

I've made it work lol, when running rails g milia:install --org_email='' it will ask you to overwrite devise_permitted_paramters.rb don't type Y instead type N to not overwrite the before_action in...

My solution for this is to go to function.php then add this code: ``` wp_enqueue_editor(); ``` got the solution from here: https://wordpress.stackexchange.com/questions/317361/multiple-tinymce-wp-editor-in-wordpress-4-8

encountered the problem pls release an update!