Sha256: 3217acc205b051d90d19892c8d0458d41b0dbbb0514338627e7dfcabde9ac8b0
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
require 'yaml' # Railman::Config contains configuration parameters used to generate the rails application # It is saved in .railman in the generated application, so that it can be used to upgrade the application later. module Railman class Config attr_accessor :app_name, :class_name, :admin_email, :domain, :www_domain, :domains, :server end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railman-0.3.1 | lib/railman/config.rb |
railman-0.3.0 | lib/railman/config.rb |