Class: BbCode::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/bb_code/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_filesObject



8
9
10
11
12
13
# File 'lib/generators/bb_code/install_generator.rb', line 8

def copy_files
  ["i", "b", "quote", "img"].each do |name|
    copy_file "#{name}_tag.rb", "app/bbcode/#{name}_tag.rb"
  end
  copy_file "_quote.html.erb", "app/views/bbcode/_quote.html.erb"
end