Merge pull request #7663 from github/hmac/api-graph-subclass

Ruby: Add basic subclassing support to API Graphs
This commit is contained in:
Harry Maclean
2022-02-04 10:19:07 +13:00
committed by GitHub
15 changed files with 256 additions and 135 deletions

View File

@@ -93,4 +93,4 @@ class BazController < BarController
def yet_another_handler
Admin.delete_by(params[:admin_condition])
end
end
end