Sha256: e8f6bfa66256f6365ac2b4dc50178bbf58a39f34250250e6b9c1ca5cc73c05ee
Contents?: true
Size: 493 Bytes
Versions: 8
Compression:
Stored size: 493 Bytes
Contents
# frozen_string_literal: true require_relative 'boot' require 'rails/all' Bundler.require(*Rails.groups) require "cd2_catton_cms" module Dummy class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. config.paths["db/migrate"] = config.paths['db/migrate'].expanded end end
Version data entries
8 entries across 8 versions & 1 rubygems