module Rory

Constants

VERSION

Attributes

application[RW]

Public Class Methods

root() click to toggle source
# File lib/rory.rb, line 18
def root
  app = application
  app && app.root
end