<div dir="ltr">I'm sure you've already thought of this, but is there any way equivalence of the User class (or whatever) could have got screwed up?<div><br></div><div>i.e. is this true?;   User.find('bob') == User.find('bob')  </div><div><br></div><div>David</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 April 2015 at 15:14, Tom Armitage <span dir="ltr"><<a href="mailto:tom@infovore.org" target="_blank">tom@infovore.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So I'm working on a project using Clearance for authentication, and Pundit for authorization/permissions. I'm particularly enjoying working with Pundit.
<div><br></div><div>However, I'm running into an issue on the front-end that I don't run into in my tests: whenever I ask if #current_user is include?ed in the list of users who have permission to do a thing, I inevitably get 'false' back - even if they're on that list. By contrast, the moment I ask if <a href="http://current_user.id" target="_blank">current_user.id</a> is in users.map(&:id) - well, that works fine.</div><div><br></div><div>So it feels like there's an issue around equivalence, which makes a bit of sense, but I have no idea why; all the Clearance docs suggest I can just use current_user as and when.</div><div><br></div><div>Any thoughts or advice? I hope that came over as clear enough.</div><div><br></div><div>Best,</div><div><br></div><div>t.</div></div>
<br>_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" target="_blank">http://lists.lrug.org/pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/options.cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
<br></blockquote></div><br></div>