You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class TravelEstimationService < Valuable
has_collection :resources
end
if CONFIG[:live]
TravelEstimationService.set_default(:resources => [ MappingProvider::RouteInfo ]
end