Skip to content

Commit

Permalink
Adds missing colon to :name in Rails API docs (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
svqualitydev committed Sep 19, 2018
1 parent 197ebdc commit bde8417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Expand Up @@ -149,7 +149,7 @@ You must also ensure that the all the required controller actions are available
```ruby
# routes.rb
namespace :admin do
resources name, only: %i(index show new create edit update destroy)
resources :name, only: %i(index show new create edit update destroy)
end

# names_controller.rb
Expand Down

0 comments on commit bde8417

Please sign in to comment.