module Deposit

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/deposit.rb, line 19
def self.config
  {
    layout: layout || 'deposit/layouts/deposit_application'
  }
end