Sha256: b4722acb38eb8cf14c81081a85ed085bbe3930f70fbfaf74107413ced863cae0
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
App = Ember.Application.create(); App.Router.map(function() { // put your routes here }); App.IndexRoute = Ember.Route.extend({ model: function() { return { version: $('meta[name=snowman-io-version]').attr("content") }; } });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
snowman-io-0.0.4 | lib/snowman-io/api/public/js/app.js |