aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb
blob: 3e800df6c5f32501e6cb2b18ebf6a2634cfa2e36 (plain) (tree)
1
2
3
4
5
6
7
8







                                                              
class <%= class_name %>Generator < Rails::Generator::NamedBase
  def manifest
    record do |m|
      # m.directory "lib"
      # m.template 'README', "README"
    end
  end
end