Skip to content

Instantly share code, notes, and snippets.

View jasonchester's full-sized avatar

Jason Chester jasonchester

  • Brandmuscle
  • Cleveland, OH
View GitHub Profile
@jasonchester
jasonchester / commit-msg
Created May 10, 2017 20:42 — forked from philmtd/commit-msg
Git hook to replace a "wtc" commit message with a random whatthecommit.com message.
#!/bin/bash
comm_msg="$(cat $1)"
if [ "$comm_msg" = "wtc" ]; then
curl -L whatthecommit.com/index.txt > $1
fi
Name Component Path
Index Route (JC Dashboard) /
Login -> NotLoggedIn /login
Logout /logout
FourOhFour /l;kjfal;skfj ->
Search Form /search
Search Results /search?q={QUERY}
My Book /my-book
Create Guest /guest/create
{
models: {
guest: {
view: {},
edit: {}
},
relationships: {
view: {},
edit: {}