I wish there were some DSL for this.
I'd like to, for example, use this in my view:

if can? :create, User :on => @account

But I think the example I gave you previously achieves the same
functionality.

On Dec 2, 1:35 pm, "Leonel *.*" <li...@ruby-forum.com> wrote:
> >> According to the wiki..
> >>https://github.com/ryanb/cancan/wiki/Checking-Abilities
>
> >> I think you may need to change the object that can? is evaluating from the
> >> @user variable to the class User like so:
>
> >> <% if can? :create, User %>
>
> > This would allow an admin to create any use regardless  of the account
> > it
> > belongs to and that is not what , he wants.
>
> > What i have notice is that cancan is very picky when you specify an
> > action
> > so try using others that have the same effect like  write.
>
> > <% if can? :write, @user %>
>
> What do you mean? What does *write* do? I have been searching for a list
> of abilites but haven't found one. All I see is that they use the 7
> RESTful resources. Can you point me to a list of abilities that work
> with CanCan?
>
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to