class Rails::Generators::BenchmarkGenerator
Inherits From
Constants
Public instance methods
Source code GitHub
# File railties/lib/rails/generators/rails/benchmark/benchmark_generator.rb, line 13
def generate_layout
add_ips_to_gemfile unless ips_installed?
template("benchmark.rb.tt", "script/benchmarks/#{file_name}.rb")
end