Sha256: 30d11c238863d6c1a604091e0a889e868f9460238e45eb31b1deb2584863a0b9
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 Bytes
Contents
require 'rails/generators/rails/task/task_generator' module Rails module Generators class TaskGenerator def generate_locale_file invoke('locale:task'.freeze, [name]) if ActiveGenerator.configuration.autoload_task_generator_locale end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_generator-2.3.0 | lib/generators/rails/task_generator.rb |