Sha256: 8ac4418564f7bb2d0a7467c2c09f24d6802e3633741f03a1fea09fac6bc2c4cb
Contents?: true
Size: 273 Bytes
Versions: 12
Compression:
Stored size: 273 Bytes
Contents
# TODO: # model_file_name and similar methods in rails3_assist and rails3_artifaftor should be fixed to always call underscore on filenames class String def as_filename self.underscore end end class Symbol def as_filename self.to_s.underscore end end
Version data entries
12 entries across 12 versions & 2 rubygems