Skip to content

Commit b21ed35

Browse files
committed
Remove extraneous single quote
1 parent 0b1403f commit b21ed35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2713,7 +2713,7 @@ Add API paths to `config/application.rb`.
27132713
```ruby
27142714
# Auto-load API and its subdirectories
27152715
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
2716-
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*'')]
2716+
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
27172717
```
27182718

27192719
Create `config/initializers/reload_api.rb`.

0 commit comments

Comments
 (0)