mardi 23 juin 2015

Where can I find the function definition of route and resource?

Where are the functions route() and resource(), from the following snippet, defined?

I would like read their description.

App.Router.map(function(){
  this.route('about');
  this.resource('article');
});



Aucun commentaire:

Enregistrer un commentaire