Skip to content

Commit

Permalink
Add ApplicationRecord#as_json type
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Jun 15, 2024
1 parent a9e547a commit db4fbb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sig/app/models/application_record.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
class ApplicationRecord
def self.update_index: (untyped _type_name, *untyped _args) -> nil
def boolean_with_default: (untyped key, untyped default_value) -> untyped
def as_json:() -> untyped
end

0 comments on commit db4fbb6

Please sign in to comment.