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
lucasduarte authored and nickcharlton committed Sep 19, 2018
1 parent 2ed8482 commit d438185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
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 d438185

Please sign in to comment.