change notify banner. you can now set it in development.rb

This commit is contained in:
Reinier Balt 2011-10-28 11:17:31 +02:00
parent 8fdbcedcba
commit 34a005ec0e
3 changed files with 7 additions and 4 deletions

View file

@ -14,4 +14,6 @@ config.action_controller.perform_caching = false
config.action_mailer.raise_delivery_errors = false
# Unique cookies
config.action_controller.session = { :key => 'TracksDev' }
config.action_controller.session = { :key => 'TracksDev' }
NOTIFY_BAR="<div id=\"develop-notify-bar\">&nbsp;</div>"