aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/generators/usage_template/usage_template_generator.rb
blob: 078b0f941218a57a12430fcd336501623ffc842b (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