Sha256: 3c84ec0cf60e205b83a7f197bda174f2e5a8ea6e645fe74a6fcede4b042de850

Contents?: true

Size: 680 Bytes

Versions: 5

Compression:

Stored size: 680 Bytes

Contents

module Yodel
  MODELS_DIRECTORY_NAME               = 'models'
  PUBLIC_DIRECTORY_NAME               = 'public'
  LAYOUTS_DIRECTORY_NAME              = 'layouts'
  PARTIALS_DIRECTORY_NAME             = 'partials'
  MIGRATIONS_DIRECTORY_NAME           = 'migrations'
  ATTACHMENTS_DIRECTORY_NAME          = 'attachments'
  EXTENSION_LIB_DIRECTORY_NAME        = 'lib'
  YODEL_MIGRATIONS_DIRECTORY_NAME     = 'yodel'
  EXTENSION_MIGRATIONS_DIRECTORY_NAME = 'extensions'
  SITE_MIGRATIONS_DIRECTORY_NAME      = 'site'
  SITE_YML_FILE_NAME                  = 'site.yml'
  
  def self.config
    @config ||= YodelConfig.new
  end
  
  def self.env
    @env ||= Environment.new
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yodel-0.0.7 lib/yodel/config/yodel.rb
yodel-0.0.4 lib/yodel/config/yodel.rb
yodel-0.0.3 lib/yodel/config/yodel.rb
yodel-0.0.2 lib/yodel/config/yodel.rb
yodel-0.0.1 lib/yodel/config/yodel.rb