Class ReportFolder
In: app/models/report_folder.rb
Parent: ActiveRecord::Base

Model for the folders table, which stores information about folders in the EDW. Has many report objects.

Methods

path   tree_output  

Public Instance methods

Generates the path of this object based on its physical location.

Outputs the JavaScript code to generate a tree depicting the folder‘s structure with this folder as a root. For use with the Tigra Tree Menu JavaScript.

[Validate]