BeerAndCodeSeattle / BeerAndCode

Beer and Code Seattle Web Site
http://seattle.beerandcode.org
11 stars 8 forks source link

Refactoring round #25

Closed TheDahv closed 12 years ago

TheDahv commented 12 years ago

This pull request moves schema definition out of the main app.js file and places it in models.js. Ideally, this makes the code more organized and the project easier to understand.

It also moves the authentication strategy definition code into the models file, but that could easily be split into a different file if that seems better.

smoak commented 12 years ago

Looks good to me