;]
[askyou.git] / config / additional_environment.rb.example
blobc50c376314ed7a46688931bfbf2cb922253e797c
1 # Copy this file to additional_environment.rb and add any statements
2 # that need to be passed to the Rails::Initializer.  `config` is
3 # available in this context.
5 # Example:
7 #   config.log_level = :debug
8 #   config.gem "example_plugin", :lib => false
9 #   config.gem "timesheet_plugin", :lib => false, :version => '0.5.0'
10 #   config.gem "aws-s3", :lib => "aws/s3"
11 #   ...