Sha256: 11dea60964ca3dc97299da1b7c1e7be495f0f88c1360fecaa941a9bc8111f640
Contents?: true
Size: 497 Bytes
Versions: 1
Compression:
Stored size: 497 Bytes
Contents
require 'rails/generators/erb/scaffold/scaffold_generator' module Erb module Generators class ScaffoldGenerator def generate_locale_file invoke('locale:view'.freeze, [name]) if ActiveGenerator.configuration.autoload_view_generator_locale end def generate_test_file unless ActiveGenerator.configuration.test_framework.nil? invoke("#{ActiveGenerator.configuration.test_framework}:view", [name]) rescue nil end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_generator-2.3.0 | lib/generators/rails/scaffold_generator.rb |