Module: StackableFlash::StackLayer
- Defined in:
- lib/stackable_flash/stack_layer.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/stackable_flash/stack_layer.rb', line 5 def self.included(base) base.class_eval do alias_method_chain :[]=, :stacking alias_method_chain :[], :stacking end end |