Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
JeSuisUnCaillou committed Feb 5, 2025
1 parent d247577 commit 2b72583
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/authorization_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,4 @@ def startable_by_applicant
def authorization_request_class
@authorization_request_class ||= AuthorizationRequest.const_get(id.classify)
end

def self.all_request_classes
all.map(&:authorization_request_class)
end
end

0 comments on commit 2b72583

Please sign in to comment.