Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Update config.bootstrap.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uncletammy committed Nov 27, 2013
1 parent 0db4b3c commit 81ab20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.bootstrap.md
@@ -1,5 +1,5 @@
# Bootstrap # Bootstrap
This is an asynchronous boostrap CATS function that runs before your Sails app gets lifted (i.e. starts up). This gives you an opportunity to set up your data model, run jobs, or perform some special logic. This is an asynchronous boostrap function that runs before your Sails app gets lifted (i.e. starts up). This gives you an opportunity to set up your data model, run jobs, or perform some special logic.


```javascript ```javascript
module.exports.bootstrap = function (cb) { module.exports.bootstrap = function (cb) {
Expand Down

0 comments on commit 81ab20b

Please sign in to comment.