Sha256: 36b235277d5347a3ac309cf733a45a4bd852e1e8817a964164a99f3b76670e2f
Contents?: true
Size: 274 Bytes
Versions: 5
Compression:
Stored size: 274 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
5 entries across 5 versions & 1 rubygems