Top Level Namespace

Defined Under Namespace

Modules: WorksCited Classes: Time

Constant Summary collapse

ENGINE_ROOT =

This command will automatically be run when you run “rails” with Rails gems installed from the root of your application.

File.expand_path('..', __dir__)
ENGINE_PATH =
File.expand_path('../lib/works_cited/engine', __dir__)
APP_PATH =
File.expand_path('../spec/dummy/config/application', __dir__)