diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-10 10:50:49 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-03-10 12:07:40 +0100 |
commit | f0932e38b890b08397020a5994ddde7110d7b8db (patch) | |
tree | 38b93326fc394fb62e1fcadbfb219a11fff986aa /app/controllers | |
parent | c563859fa60defd2b40f17a0b7cf1c4912f72792 (diff) |
refactoring
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/switchboards_controller.rb | 1 |
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 |