diff options
| author | cedricnjanga | 2017-11-07 15:57:19 +0100 |
|---|---|---|
| committer | GitHub | 2017-11-07 15:57:19 +0100 |
| commit | 55de3ba4ece8c1448bc219037ce744904cc0d3b3 (patch) | |
| tree | a074f234a1a67df9c746ab116d4256c5af3cd9a9 /lib/stif/dashboard.rb | |
| parent | e5ba4a719f1ca563dee6cb109cb8d5a3e923ea03 (diff) | |
| parent | 43033eef0f6582f4bc4e64199310cc624e18f1be (diff) | |
| download | chouette-core-compliance_controls_policy.tar.bz2 | |
Merge branch 'master' into compliance_controls_policycompliance_controls_policy
Diffstat (limited to 'lib/stif/dashboard.rb')
| -rw-r--r-- | lib/stif/dashboard.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stif/dashboard.rb b/lib/stif/dashboard.rb index fafddec62..b6b6b8284 100644 --- a/lib/stif/dashboard.rb +++ b/lib/stif/dashboard.rb @@ -5,7 +5,7 @@ module Stif end def referentials - @referentials ||= @workbench.all_referentials + @referentials ||= self.workbench.all_referentials end def calendars |
