-
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace OpenStruct with Data for performance and readabilit…
…y improvement (#3307) * Replace OpenStruct with Data in codebase * Changed commments around for better readability . * Remove docs.avohq.io submodule * Lint fix * Linting Fix * Linting fix * Linting Fix * Fixed Data.Define being only available in ruby 3.2 * Linting Fix * Reverted Docs Avohq Io Change * use Struct * drop ostruct dependency * Update spec/dummy/app/models/user.rb --------- Co-authored-by: Paul Bob <[email protected]> Co-authored-by: Paul Bob <[email protected]>
- Loading branch information
1 parent
06081ae
commit 4123495
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters