diff options
| author | Zog | 2018-01-24 09:00:34 +0100 |
|---|---|---|
| committer | cedricnjanga | 2018-01-31 07:16:22 -0800 |
| commit | b0fbc01ba86730c93521cae2f29dbb858641a3da (patch) | |
| tree | 577d38cf5e066c28a0f4e5117a49ab9038692fac | |
| parent | 87e0ea06cbc6bdfb281da8805b0221868341fee2 (diff) | |
| download | chouette-core-b0fbc01ba86730c93521cae2f29dbb858641a3da.tar.bz2 | |
Add a config file template
| -rw-r--r-- | config/development_toolbar.rb.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/development_toolbar.rb.tpl b/config/development_toolbar.rb.tpl new file mode 100644 index 000000000..c278f07a7 --- /dev/null +++ b/config/development_toolbar.rb.tpl @@ -0,0 +1,2 @@ +toolbar.available_features = %w() +toolbar.available_permissions = %w() |
