Skip to content

Commit 27c381b

Browse files
committed
Fix indent in README
1 parent d440806 commit 27c381b

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)