summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-10 10:50:49 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-10 12:07:40 +0100
commitf0932e38b890b08397020a5994ddde7110d7b8db (patch)
tree38b93326fc394fb62e1fcadbfb219a11fff986aa /app/controllers
parentc563859fa60defd2b40f17a0b7cf1c4912f72792 (diff)
refactoring
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/switchboards_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/switchboards_controller.rb b/app/controllers/switchboards_controller.rb
index 8f21d5e..98008c1 100644
--- a/app/controllers/switchboards_controller.rb
+++ b/app/controllers/switchboards_controller.rb
@@ -9,6 +9,7 @@ class SwitchboardsController < ApplicationController
def show
@switchboard = @user.switchboards.find(params[:id])
+ @switchboard_entries = @switchboard.switchboard_entries
spread_breadcrumbs
end