Sha256: 5b76924e05314476fbaa105a4a86987da2cffeeac1ac801d872aff01e6761188
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
require "rails/generators/rails/task/task_generator" module Rails module Generators class TaskGenerator def generate_locale_file invoke("locale:task", [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-3.0.0 | lib/generators/rails/task_generator.rb |