Sha256: ed31cf250fb66ac07bc9d5f5b37d62e699f99d8bf062f3e0fef598698abee9ed

Contents?: true

Size: 333 Bytes

Versions: 4

Compression:

Stored size: 333 Bytes

Contents

var Router = Ember.Router.extend({
  // Uncomment to change Ember's router to use the 
  // HTML5 History API
  // Please note that not all browsers support this!
  // You will also need to uncomment the greedy route matcher
  // in config/routes.rb

  // location: 'history'
});

Router.map(function() {
});

export default Router;

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ember-appkit-rails-0.5.0 lib/generators/templates/router.es6
ember-appkit-rails-0.5.0 test/dummy/config/router.es6
ember-appkit-rails-0.4.0 lib/generators/templates/router.js.es6
ember-appkit-rails-0.4.0 test/dummy/config/router.js.es6