Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
fix program page
Browse files Browse the repository at this point in the history
  • Loading branch information
karnaud committed Dec 5, 2015
1 parent ccaa8a9 commit d4c26a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ group :development, :test do

#provide access to manipulate variable in error console
gem 'binding_of_caller'
gem 'byebug'
gem 'pry-byebug'

end

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def site_off
end

def program
@request_response = connect_to_sched().force_encoding('UTF-8')
# @request_response = connect_to_sched().force_encoding('UTF-8')

if IndividualType.find_by_title('Track leaders')
@track_leaders = IndividualType.find_by_title('Track leaders').get_members
Expand Down

0 comments on commit d4c26a9

Please sign in to comment.