adding :name option to load_and_authorize_resource if it does not match controller - closes #65

This commit is contained in:
Ryan Bates
2010-05-21 14:20:45 -07:00
parent dfd84a10ed
commit 2a3dd85a18
4 changed files with 20 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
* Adding :name option to load_and_authorize_resource if it does not match controller - see issue #65
* Fixing issue when using accessible_by with nil can conditions (thanks jrallison) - see issue #66
* Pluralize table name for belongs_to associations in can conditions hash (thanks logandk) - see issue #62