aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/generators/usage_template/usage_template_generator.rb
blob: 21b0ff6c281e2f3ebdca6a3878e8547599f9ac1b (plain) (blame)
1
2
3
4
5
require "rails/generators"

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