search for: one_event_id

Displaying 1 result from an estimated 1 matches for "one_event_id".

2011 Jan 03
8
Heroku, needs constant AppController updates?
...uri = URI.parse(url) if uri.class != URI::HTTP return false end rescue URI::InvalidURIError return false end return true end end # of class ----------------- Event Searcher class EventSearcher < ApplicationController attr_accessor :all_events attr_accessor :one_event_id def perform logger.debug"in perform" if all_events == 1 # searches all band names logger.debug"in perform, all_events == 1" find_all_events end if one_event_id != nil #searches just one band name using id logger.debug"in perform, one_event != nil&quo...