Module: Spaghettiohs

Defined in:
app/controllers/spaghettiohs/exceptions_controller.rb,
lib/spaghettiohs.rb,
lib/spaghettiohs/engine.rb,
lib/spaghettiohs/version.rb,
app/helpers/spaghettiohs/exceptions_helper.rb,
app/helpers/spaghettiohs/application_helper.rb,
app/controllers/spaghettiohs/application_controller.rb

Overview

require_dependency "spaghettiohs/application_controller"

Defined Under Namespace

Modules: ApplicationHelper, ExceptionsHelper Classes: ApplicationController, Config, Engine, ExceptionsController, Railtie

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.configObject



9
10
11
# File 'lib/spaghettiohs.rb', line 9

def self.config
	@@config ||= Config.new
end

.configure {|self.config| ... } ⇒ Object

Yields:



13
14
15
# File 'lib/spaghettiohs.rb', line 13

def self.configure
	yield self.config
end