ed33c29a4e
2f3681dfc2
d6a590a710
1845675822
1 2 3
4
5
6
7 8
9
10 11
module Rails module Generators class MetalGenerator < NamedBase check_class_collision def create_metal_file template "metal.rb", "app/metal/#{file_name}.rb" end end end end