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
The text was updated successfully, but these errors were encountered:
class GenericInterface < Valuable
has_value :encoding, default: 'UTF-8'
end
class ActualInterface < GenericInterface
set_default encoding: 'ISO-8859-1'
end
The text was updated successfully, but these errors were encountered: