Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created September 28, 2018 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmiller1990/15751d01e8878ac89d597b1e9a0f2058 to your computer and use it in GitHub Desktop.
Save lmiller1990/15751d01e8878ac89d597b1e9a0f2058 to your computer and use it in GitHub Desktop.
mkdir app/views/posts && \
touch app/views/posts/new.html.erb && \
touch app/views/posts/_form.html.erb && \
touch app/views/posts/show.html.erb && \
touch app/views/posts/index.html.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment