mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
remove custom solution to visually show that you are running in development
environment and replace with rack-dev-mark gem
This commit is contained in:
parent
14ed010f7c
commit
5ed2de3ab0
5 changed files with 2 additions and 9 deletions
|
|
@ -26,6 +26,6 @@ Rails.application.configure do
|
|||
# config.action_controller.session_store :cookie_store, :key => 'TracksCucumber'
|
||||
# config.action_controller.session = { :key => 'TracksDev' }
|
||||
|
||||
NOTIFY_BAR="<div id=\"develop-notify-bar\"> </div>"
|
||||
config.rack_dev_mark.enable = true
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue