Methods

Class/Module Index [+]

Quicksearch

MetalGenerator

Public Instance Methods

manifest() click to toggle source
# File lib/rails_generator/generators/components/metal/metal_generator.rb, line 2
def manifest
  record do |m|
    m.directory 'app/metal'
    m.template 'metal.rb', File.join('app/metal', "#{file_name}.rb")
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.