Class: RailsBase::Configuration::Templates

Inherits:
Base
  • Object
show all
Defined in:
lib/rails_base/configuration/templates.rb

Constant Summary collapse

DEFAULT_VALUES =
{
  logged_in_header_modal: {
    type: :string_nil,
    default: nil,
    description: 'The template to render in the logged in header modal. `current_user` is passed in',
  },
}

Constants inherited from Base

Base::ALLOWED_TYPES

Method Summary

Methods inherited from Base

_allow_write_block?, _unset_allow_write!, #assign_default_values!, #dig, #initialize, #override_methods!, #validate!

Constructor Details

This class inherits a constructor from RailsBase::Configuration::Base