Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index methods should call super #38

Closed
t6d opened this issue Jan 17, 2016 · 1 comment
Closed

Index methods should call super #38

t6d opened this issue Jan 17, 2016 · 1 comment
Labels
Milestone

Comments

@t6d
Copy link
Owner

t6d commented Jan 17, 2016

The index methods #[] and #[]= should call super if they are called with an attribute name that does not correspond to a property. This would add full Support for SmartProperties in ActiveRecord objects.

@t6d t6d added this to the 1.x milestone Jan 17, 2016
@t6d t6d added the feature label Jan 17, 2016
t6d added a commit that referenced this issue Aug 16, 2021
`#[]` and `#[]=` will now forward all arguments to the super class if
the provided arguments do not correspond to a property.

Closes #38.
t6d added a commit that referenced this issue Aug 16, 2021
`#[]` and `#[]=` will now forward all arguments to the super class if
the provided arguments do not correspond to a property.

Closes #38.
@t6d
Copy link
Owner Author

t6d commented Aug 16, 2021

Addressed on 2.0 branch.

@t6d t6d closed this as completed Aug 16, 2021
t6d added a commit that referenced this issue Oct 21, 2021
`#[]` and `#[]=` will now forward all arguments to the super class if
the provided arguments do not correspond to a property.

Closes #38.
t6d added a commit that referenced this issue Feb 25, 2022
`#[]` and `#[]=` will now forward all arguments to the super class if
the provided arguments do not correspond to a property.

Closes #38.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant