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
Just ran into an issue here. If I pass :through_association and :singleton things don't work.
It should check and send @options[:through_association] if set, I guess?
cancancan/lib/cancan/controller_resource_finder.rb
Line 8 in 6d0e62b
Just ran into an issue here. If I pass
:through_associationand:singletonthings don't work.It should check and send
@options[:through_association]if set, I guess?