lib/fastly/request_setting.rb in fastly-1.1.1 vs lib/fastly/request_setting.rb in fastly-1.1.2
- old
+ new
@@ -82,9 +82,9 @@
# Name of condition object used to test whether or not these settings
# should be used
private
def self.path
- self.to_s.split("::")[-1].underscore + "s"
+ Util.class_to_path(self, true)
end
end
end