#Scoped Invitation System for User Groups with Rails#
Starting out with the following models and associations:
####User
- has_many :memberships
- has_many :organizations through :memberships
####Organization (User Group)
- has_many :memberships
var autoprefixer = require('gulp-autoprefixer'), | |
bower = require('bower'), | |
cache = require('gulp-cache'), | |
combineMq = require('gulp-combine-mq'), | |
concat = require('gulp-concat'), | |
connect = require('gulp-connect'), | |
fs = require('fs'), | |
gulp = require('gulp-param')(require('gulp'), process.argv), | |
gulpBower = require('gulp-bower'), | |
gutil = require('gulp-util'), |
#!/bin/bash | |
clear | |
echo "Installing Node" | |
# echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
# . ~/.bashrc | |
# mkdir ~/local | |
# mkdir ~/node-latest-install | |
# cd ~/node-latest-install |
#Scoped Invitation System for User Groups with Rails#
Starting out with the following models and associations:
####User
####Organization (User Group)