lib/openwfe/contextual.rb in openwferu-0.9.6 vs lib/openwfe/contextual.rb in openwferu-0.9.7
- old
+ new
@@ -48,9 +48,11 @@
#
module Contextual
attr_accessor :application_context
+ alias :ac :application_context
+
#
# Looks up something in the application context, if the given
# key is a class, then the first value in the context of that
# class is returned.
#