aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/rails/generators/foobar/foobar_generator.rb
blob: d1de8c56fa27f9ede7a23a72e1fc4a23c65024b4 (plain) (blame)
1
2
3
4
module Foobar
  class FoobarGenerator < Rails::Generators::Base
  end
end