Module: Rscratch
- Defined in:
- lib/rscratch.rb,
lib/rscratch/engine.rb,
lib/rscratch/version.rb,
lib/rscratch/configuration.rb,
app/models/rscratch/exception.rb,
app/models/rscratch/exception_log.rb,
app/helpers/rscratch/dashboard_helper.rb,
app/helpers/rscratch/exceptions_helper.rb,
app/helpers/rscratch/application_helper.rb,
app/controllers/rscratch/dashboard_controller.rb,
app/controllers/rscratch/exceptions_controller.rb,
app/controllers/rscratch/application_controller.rb,
lib/generators/rscratch/install/install_generator.rb
Defined Under Namespace
Modules: ApplicationHelper, DashboardHelper, ExceptionsHelper
Classes: ApplicationController, Configuration, DashboardController, Engine, Exception, ExceptionLog, ExceptionsController, InstallGenerator
Constant Summary
collapse
- VERSION =
"0.1.3"
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
8
9
10
|
# File 'lib/rscratch.rb', line 8
def self.configuration
@configuration ||= Configuration.new
end
|
5
6
7
|
# File 'lib/rscratch.rb', line 5
def self.configure
yield configuration
end
|