ground
Version:
A framework work with sails and backbone.
15 lines (12 loc) • 478 B
text/coffeescript
# Author: andyzhau@nodeswork.com (Andy Zhau)
groundDb = require './ground/ground_db'
module.exports = Object.create {
initialize: (options) ->
groundDb.initialize options
}, {
GroundController: get: -> require './ground/GroundController'
GroundFileModel: get: -> require './ground/GroundFileModel'
GroundModel: get: -> require './ground/GroundModel'
GroundPolicy: get: -> require './ground/GroundPolicy'
GroundRoutes: get: -> require './ground/GroundRoutes'
}