Class: MasterView::MIO::ActiveRecordMIOTree

Inherits:
Object
  • Object
show all
Includes:
MasterViewIOTreeMixin
Defined in:
lib/masterview/io.rb

Overview

todo

Constant Summary

Constants included from MasterViewIOTreeMixin

MasterViewIOTreeMixin::DefaultExtensionInstances

Instance Method Summary collapse

Methods included from MasterViewIOTreeMixin

#apply_filters, #cleanup_path_get_relative_pathname, #default_extension, #default_extension=, #default_mio_filter_block

Constructor Details

#initializeActiveRecordMIOTree

Returns a new instance of ActiveRecordMIOTree.



170
171
172
# File 'lib/masterview/io.rb', line 170

def initialize
  self.default_extension = default_extension
end

Instance Method Details

#find(options, &block) ⇒ Object



177
178
# File 'lib/masterview/io.rb', line 177

def find(options, &block)
end

#path(path) ⇒ Object



174
175
# File 'lib/masterview/io.rb', line 174

def path(path)
end