Sha256: d387110cb497dc59856cca8d3d481e8a97e14f8cee5874c3be12f3b305681247

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

class AnafHabtmGenerator < Rails::Generators::Base
  source_root File.expand_path("assets", __FILE__)

  def copy_initializer_file
    copy_file "nested_attributes.rb", "public/javascripts/nested_attributes.rb"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anaf_habtm-0.0.3 lib/generators/anaf_habtm/anaf_habtm_generator.rb