Sha256: 05e4651a3201bb47b8ffedf60602cf0ce590e6dfd05dc3c17b2046f0623dc02e
Contents?: true
Size: 377 Bytes
Versions: 5
Compression:
Stored size: 377 Bytes
Contents
class InstallGenerator < Rails::Generators::NamedBase source_root File.expand_path('../templates', __FILE__) def copy_locale copy_file "#{gem_path}/lib/responders/locales/en.yml", "responders.en.yml" end private def gem_path @gem_path ||= gem_spec.full_gem_path end def gem_spec @gem_spec ||= Gem::Specification.find_by_name 'responders' end end
Version data entries
5 entries across 5 versions & 1 rubygems