Sha256: a1e0e876b5a90e8a02f7f6757376830952b1375cec86229fa3f46a29858fa61a
Contents?: true
Size: 242 Bytes
Versions: 10
Compression:
Stored size: 242 Bytes
Contents
class MetricGenerator < Rails::Generators::NamedBase source_root File.expand_path('../templates', __FILE__) def generate_metric template "metric.rb.erb", File.join("app", "prosperity", class_path, "#{file_name}_metric.rb") end end
Version data entries
10 entries across 10 versions & 1 rubygems