I need to check :read? on an object in the console, how can I do this?

link|improve this question

feedback

1 Answer

up vote 8 down vote accepted

Here's how:

I needed to set up my Ability object:

ability = Ability.new(myuserobj)

then call:

ability.can? :read, myotherobj

Works!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.