Sha256: 6b842826651bf6521188e6f2c57489d68b3e462b3d9f623378b7d6270e55185f
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
module DetailParser module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def copy_initializer template "detail_parser.rb", "config/initializers/detail_parser.rb" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
detail_parser-0.1.3 | lib/generators/detail_parser/install_generator.rb |