Added Question controller actions, routes for Questions and ContentNodes.
[merb_mart.git] / config / environments / development.rb
blob40e66c73075a0071ab5c3b55b0d2785f5cc39fe7
1 Merb.logger.info("Loaded DEVELOPMENT Environment...")
2 Merb::Config.use { |c|
3   c[:exception_details] = true
4   c[:reload_classes] = true
5   c[:reload_time] = 0.5