aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/generators/usage_template/usage_template_generator.rb
blob: df2cdadaeabe53b99e26a33a623c3cfc8d944d82 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
require "rails/generators"

class UsageTemplateGenerator < Rails::Generators::Base
  source_root File.expand_path("templates", __dir__)
end