Closed timrogers closed 4 weeks ago
Your free trial has expired. To keep using Ellipsis, sign up at https://app.ellipsis.dev for $20/seat/month or reach us at help@ellipsis.dev
The recent changes to the Airports
class in lib/airports.rb
introduce two new query methods for better data retrieval. The find_all_by_tz_name
method fetches a single airport by its timezone name, while find_all_by_timezne
allows for retrieving multiple airports based on their timezone. These enhancements provide users with more flexible options for accessing airport information, particularly in relation to timezones.
Files | Change Summary |
---|---|
lib/airports.rb | Added methods find_all_by_tz_name(tzname) and find_all_by_timezne(timezone) for timezone-based queries. Updated existing method declaration for clarity. |
🐇 In the sky where the airports play,
New methods hop in a joyful way!
With timezones now at our command,
We find our flights across the land.
So let’s cheer, oh what a delight,
To query airports morning and night! ✈️✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes