Skip to content

Commit 61fb3be

Browse files
author
Quan Chau
committed
call from method so that it will execute parent classes' implementation
1 parent 7b7e8ec commit 61fb3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/json_api_client/resource.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def immutable(flag = true)
109109

110110
def inherited(subclass)
111111
subclass._immutable = false
112+
super
112113
end
113114

114115
# Specifies the relative path that should be used for this resource;

0 commit comments

Comments
 (0)