Add #resource_parent to Snippet
In a future commit we will be calling #resource_parent on an object we don't know the exact type of. But all of them respond to that method, except for Snippet. With this change we can safely call it without getting a NoMethodError.
Showing
Please register or sign in to comment