Skip to content

Instantly share code, notes, and snippets.

@rx
Created May 10, 2010 19:24
Show Gist options
  • Save rx/396410 to your computer and use it in GitHub Desktop.
Save rx/396410 to your computer and use it in GitHub Desktop.
function railsapp {
template=$1
appname=$2
shift 2
rails $appname -T -d postgresql -f -m ~/dev/voomify/templates/$template.rb $@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment