Sha256: 6b76ace58056d57ecd7dc5bcbbc7668cf71e89e1afa4fa602973eaf6884716d3
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
module BestBoy module Generators class BestBoyGenerator < Rails::Generators::Base hook_for :orm source_root File.expand_path('../templates', __FILE__) def copy_config_file template 'best_boy.rb', 'config/initializers/best_boy.rb' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
best_boy-0.0.3 | lib/generators/best_boy_generator.rb |
best_boy-0.0.2 | lib/generators/best_boy_generator.rb |