Skip to content

Instantly share code, notes, and snippets.

@leommoore
Created April 6, 2012 16:27
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 leommoore/2321151 to your computer and use it in GitHub Desktop.
Save leommoore/2321151 to your computer and use it in GitHub Desktop.
Rails CRUD
CRUD Action Concept
Create new Display new record form
create Process a new record form
Read list List Records
show Display a single record
Update edit Display edit record form
update Process a edit record form
Delete delete Display delete record form
destroy Process delete record form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment