Class: Knitkit::OnlineDocumentSectionsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/knitkit/online_document_sections_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#view_current_publication, #website

Instance Method Details

#build_treeObject



12
13
14
# File 'app/controllers/knitkit/online_document_sections_controller.rb', line 12

def build_tree
  render :inline => build_document_hash.to_json
end

#indexObject



8
9
10
# File 'app/controllers/knitkit/online_document_sections_controller.rb', line 8

def index
        
end