Module: Deposit
- Defined in:
- lib/deposit.rb,
lib/deposit/engine.rb,
lib/deposit/version.rb,
app/helpers/deposit/application_helper.rb,
app/controllers/deposit/engine_controller.rb,
app/controllers/deposit/collection_controller.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: CollectionController, Engine, EngineController
Constant Summary collapse
- VERSION =
'1.0.3'
Class Method Summary collapse
Class Method Details
.config ⇒ Object
19 20 21 22 23 |
# File 'lib/deposit.rb', line 19 def self.config { layout: layout || 'deposit/layouts/deposit_application' } end |