Sha256: bac8534d5e8dd83fef3a084020d5392fe8d4d236c58f052e12d0ad215243de0f
Contents?: true
Size: 432 Bytes
Versions: 6
Compression:
Stored size: 432 Bytes
Contents
# Load Houston require "houston/application" # Configure Houston Houston.config do # Houston should load config/database.yml from this module # rather than from Houston Core. root Pathname.new File.expand_path("../../..", __FILE__) # Give dummy values to these required fields. host "houston.test.com" mailer_sender "houston@test.com" # Mount this module on the dummy Houston application. use :<%= name %> end
Version data entries
6 entries across 6 versions & 1 rubygems