Sha256: 1edf30c4d564fb11ffedf26f1332c696d59104a1e229f77e2efa3da7911a376e
Contents?: true
Size: 389 Bytes
Versions: 18
Compression:
Stored size: 389 Bytes
Contents
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
18 entries across 18 versions & 2 rubygems