Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Created October 21, 2009 08:37
Show Gist options
  • Save HusseinMorsy/214968 to your computer and use it in GitHub Desktop.
Save HusseinMorsy/214968 to your computer and use it in GitHub Desktop.
def initialize(params={})
@from_date=params["from_date"].to_date if params["from_date"]
@to_date=params["to_date"].to_date if params["to_date"]
@from_time=params["from_time"] if params["from_time"]
@to_time=params["to_time"] if params["to_time"]
@busroute_ids=params["busroute_ids"] if params
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment