Class: Schedulable::Generators::LocaleGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/schedulable/locale_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_localeObject



9
10
11
12
# File 'lib/generators/schedulable/locale_generator.rb', line 9

def create_locale
  puts 'install locale'
  template "locale/schedulable.#{locale}.yml", "config/locales/schedulable.#{locale}.yml"
end