method added to autocycle through sponsors based on sponsor level and code added to inherit twitter env variables

This commit is contained in:
AnithaPal 2016-08-01 15:44:01 -04:00
parent 881518f1f3
commit e8d3177ec1
14 changed files with 89 additions and 163 deletions

View file

@ -175,10 +175,9 @@ module Admin
def conference_wide_screen
# To display sponsors in the conference wide information page
@conference = Conference.find_by(short_title: params[:id])
@sponsors = @conference.sponsors
@program = @conference.program
@current_events = @conference.program.events.confirmed.select(&:current?)
@current_events = @conference.program.events.current
@tweets = twitter_client.search_tweets(15, @conference.contact.social_tag)
respond_to do |format|