Skip to content

Instantly share code, notes, and snippets.

@vadimstroganov
Created July 21, 2016 10:49
Show Gist options
  • Save vadimstroganov/521ac8065eda808d50ff35e401192f8f to your computer and use it in GitHub Desktop.
Save vadimstroganov/521ac8065eda808d50ff35e401192f8f to your computer and use it in GitHub Desktop.
class ClassName < ParentClassName
def index
end
def show
end
def new
end
def create
end
def edit
end
def update
end
def destroy
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment