Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/tutorials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Tutorials
:titlesonly:

tutorials/getting-started-sinatra
tutorials/getting-started-rails
tutorials/getting-started-rails7
tutorials/getting-started-rails6
tutorials/documents
tutorials/common-errors
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
***********************
Getting Started (Rails)
***********************
*************************
Getting Started (Rails 6)
*************************

.. default-domain:: mongodb

Expand All @@ -10,6 +10,11 @@ Getting Started (Rails)
:depth: 2
:class: singlecol

.. note::

This tutorial is for Ruby on Rails 6. If this is not the version you're using choose
the appropriate tutorial for your Rails version from the navigation menu.

New Application
===============

Expand Down
Loading