Make the Plugin adapter extend Watchable

This commit is contained in:
Michael Lange 2020-05-14 14:37:07 -07:00
parent 9de6165510
commit b8cbc34675

View file

@ -0,0 +1,7 @@
import Watchable from './watchable';
export default Watchable.extend({
queryParamsToAttrs: {
type: 'type',
},
});