Skip to content

Commit

Permalink
Show all shifts on org page, fixes #196
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 committed May 1, 2016
1 parent 09a024b commit 24592a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/organizations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def index
def show
@booth_chairs = @organization.booth_chairs
@tools = Tool.checked_out_by_organization(@organization).just_tools
@shifts = @organization.shifts.future
@shifts = @organization.shifts
@participants = @organization.participants
@documents = @organization.documents
@charges = @organization.charges
Expand Down

0 comments on commit 24592a2

Please sign in to comment.