Skip to content

Instantly share code, notes, and snippets.

@andyferra
Created December 31, 2010 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyferra/761362 to your computer and use it in GitHub Desktop.
Save andyferra/761362 to your computer and use it in GitHub Desktop.
def search_options
{}.tap {|o|
o[ :engagement_end_date_gte ] = Time.zone.now.to_date
o[ :hotel_state_id_is ] = @state_id
o[ :hotel_city_id_is ] = @city_id if @city_id.present?
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment