Sha256: 0a47313b30c6f215fa4725c81f2c6e884b029c702bf49f1823543b569927f59f
Contents?: true
Size: 407 Bytes
Versions: 5
Compression:
Stored size: 407 Bytes
Contents
# encoding: utf-8 module WiceGrid #:nodoc: module Generators #:nodoc: class InstallGenerator < Rails::Generators::Base #:nodoc: desc 'Copy WiceGrid wice_grid_config.rb to config/initializers' source_root File.expand_path('../templates', __FILE__) def copy_stuff #:nodoc: template 'wice_grid_config.rb', 'config/initializers/wice_grid_config.rb' end end end end
Version data entries
5 entries across 5 versions & 2 rubygems