Repository URL to install this package:
Version:
2.0.0 ▾
|
@actionsprout/ember-form-for
/
index.js
|
---|
/* jshint node: true */
'use strict';
module.exports = {
name: 'ember-form-for',
included: function(app) {
this._super.included(app);
}
};