Method: Ueditor.root_path

Defined in:
lib/ueditor.rb

.root_pathObject



17
18
19
# File 'lib/ueditor.rb', line 17

def self.root_path
  @root_path ||= Pathname.new( File.dirname(File.expand_path('../', __FILE__)) )
end