Skip to content

Commit 9ccc611

Browse files
authored
Merge pull request #358 from ericotto/master
Fix indent in README
2 parents d440806 + 27c381b commit 9ccc611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ module MyApi
166166
end
167167

168168
class Customer < JsonApiClient::Resource
169-
belongs_to :user, shallow_path: true
170-
end
169+
belongs_to :user, shallow_path: true
170+
end
171171
end
172172

173173
# try to find without the nested parameter

0 commit comments

Comments
 (0)