Class: TextDocument::AssetHelper

Inherits:
Object
  • Object
show all
Includes:
Zena::Acts::Secure, Zena::Use::Urls::Common, Zena::Use::ZafuTemplates::Common, Zena::Use::Zazen::ViewMethods
Defined in:
app/models/text_document.rb

Constant Summary

Constants included from Zena::Use::Urls::Common

Zena::Use::Urls::Common::CACHESTAMP_FORMATS

Constants included from Zena::Use::ZafuTemplates::Common

Zena::Use::ZafuTemplates::Common::DEFAULT_PATH, Zena::Use::ZafuTemplates::Common::DEFAULT_TEMPLATES_PATH

Instance Attribute Summary collapse

Method Summary

Methods included from Zena::Use::Urls::Common

#append_query_params, #basepath_as_url, #cachestamp_format?, #data_path, #host_with_port, #http_protocol, #make_cachestamp, #path_params, #prefix, #query_params, #should_cachestamp?, #unlink_node_path, #zen_path, #zen_url

Methods included from Zena::Use::ZafuTemplates::Common

#default_template_url, #find_document_for_template, #fullpath_from_template_url, #get_template_text, #save_erb_to_url, #template_url_for_asset, #valid_template?, #zafu_node

Methods included from Zena::Use::Zazen::ViewMethods

asset_method, #list_nodes, #make_asset, #make_gallery, #make_image, #make_link, #make_wiki_link, #raw_content, #zazen, #zazen_diff

Methods included from Zena::Acts::Secure

#secure_scope, #secure_write_scope

Methods included from Zena::Acts::Secure::SecureResult

#construct_id_map, #secure_result

Instance Attribute Details

#visitorObject

Returns the value of attribute visitor.



179
180
181
# File 'app/models/text_document.rb', line 179

def visitor
  @visitor
end