Skip to content

Instantly share code, notes, and snippets.

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