instiki/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb

9 lines
178 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
class <%= class_name %>Generator < Rails::Generator::NamedBase
def manifest
record do |m|
# m.directory "lib"
# m.template 'README', "README"
end
end
end