Sha256: 73584354db52208a7a07a7e9e106f3f00155cd3cf516aef621d52af72f43780a
Contents?: true
Size: 428 Bytes
Versions: 12
Compression:
Stored size: 428 Bytes
Contents
module ShortMessage module Generators class InstallGenerator < Rails::Generators::Base desc "Copy ShortMessage configuration files" source_root File.expand_path('../templates', __FILE__) def copy_config template "config/initializers/short_message.rb" template "config/locales/short_message.de.yml" template "config/locales/short_message.en.yml" end end end end
Version data entries
12 entries across 12 versions & 1 rubygems