cms/app-client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Wed, 19 Oct 2016 21:38:23 +0200
changeset 372 796ebdbf6a25
parent 261 02e2396bcbbc
permissions -rw-r--r--
Add filter for discourse types on documents list api end point

import Ember from 'ember';

export default function destroyApp(application) {
  Ember.run(application, 'destroy');
}