Sha256: de91df194f41e7b50eaa2d462fb931263b2f956824f534ba2aa22b09df02c9be
Contents?: true
Size: 303 Bytes
Versions: 12
Compression:
Stored size: 303 Bytes
Contents
class Gossiper::InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_initializer template "initializer.rb", "config/initializers/gossiper.rb" end def copy_locale template "locale.en.yml", "config/locales/gossiper.en.yml" end end
Version data entries
12 entries across 12 versions & 1 rubygems