You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use options for some filtration purposes we have to transfer them through all self-methods.
Instead of this we can use something like this in adapters:
classMySearchAdapterdefinitialize(options)@options=optionsenddefsearch(term,page)# some logic with @optionsendprivate# ...end
The text was updated successfully, but these errors were encountered:
When we use options for some filtration purposes we have to transfer them through all self-methods.
Instead of this we can use something like this in adapters:
The text was updated successfully, but these errors were encountered: