Sha256: 622b7df77585a21b11df57725b0145ac6fe3404ad89d36ab173cfb58e2f6d51b
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
require 'rails/generators' module Wymeditor module Generators class InstallGenerator < Rails::Generators::Base source_root(File.join(File.dirname(__FILE__), '../../../')) def install_wymeditor template('app/helpers/wymeditor_helper.rb', 'app/helpers/wymeditor_helper.rb') directory('public/javascripts', 'public/javascripts') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wymeditor-0.5.0.rc2 | lib/generators/wymeditor/install_generator.rb |