Module: Qadmin::Overlay

Defined in:
lib/qadmin/overlay.rb

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



4
5
6
7
8
# File 'lib/qadmin/overlay.rb', line 4

def self.included(other)
  other.module_eval do
    helper_method :overlay?
  end
end