TimGoulain / tim_app

ruby on rails tutorial
0 stars 0 forks source link

Fix offer update #14

Open jibai31 opened 9 years ago

jibai31 commented 9 years ago

Pour tester une autorisation :

offer = Offer.find 9
user = User.find_by_email "tim@gmail.com"
a = Ability.new(user)
a.can? :update, offer