adding custom message argument to unauthorized! method - closes #18

This commit is contained in:
Ryan Bates
2009-12-15 10:53:05 -08:00
parent 67416532f4
commit ef22de689b
4 changed files with 20 additions and 13 deletions
+3
View File
@@ -1,3 +1,6 @@
* Adding custom message argument to unauthorized! method (thanks tjwallace) - see issue #18
1.0.1 (Dec 14, 2009)
* Adding :class option to load_resource so one can customize which class to use for the model - see issue #17