lib/ronin/cached_file.rb in ronin-1.0.0.pre4 vs lib/ronin/cached_file.rb in ronin-1.0.0.rc1

- old
+ new

@@ -56,10 +56,10 @@ # # The path to require to access the Class of the cached object. # # @return [String] - # The possible path infered from the class name. + # The possible path inferred from the class name. # def model_path if self.model_name return self.model_name.underscore end