Module: CRUDtree::Interface::Usher::Rack

Includes:
CRUDtree::Interface::Usher
Defined in:
lib/crudtree/interface/usher/rack.rb

Class Method Summary collapse

Methods included from CRUDtree::Interface::Usher

#master, #master_params, #node

Class Method Details

.add_helper(helper) ⇒ Object



13
14
15
# File 'lib/crudtree/interface/usher/rack.rb', line 13

def self.add_helper(helper)
  include helper
end

.attachObject



9
10
11
# File 'lib/crudtree/interface/usher/rack.rb', line 9

def self.attach
  ::Usher::Interface.class_for(:rack).send(:include, self)
end