diff options
author | Azul <azul@riseup.net> | 2016-03-24 21:45:14 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 08:31:15 -0300 |
commit | b718bea325793430d06d94570dd848fc71a57387 (patch) | |
tree | 66fc3bec8085e904c03a43b8a37f83be2f60d92d /config/environments/test.rb | |
parent | bef4c747e8a6adbf485dc0f466dbee1d03eab9c0 (diff) |
upgrade: typeahead is not in bootstrap3 anymore
using twitter/typeahead instead which seems to have similar properties
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 8ed23ed..0ba4fbd 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -1,6 +1,8 @@ Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. + config.assets.debug = true + # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test suite and is wiped |