Module: Wice::Controller
- Defined in:
- lib/wice/wice_grid_controller.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
3 4 5 |
# File 'lib/wice/wice_grid_controller.rb', line 3 def self.included(base) #:nodoc: base.extend(ClassMethods) end |