aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/rails/generators/foobar/foobar_generator.rb
blob: 159843866c330e4aafe6e3f8e4b8169ba46a1a63 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

module Foobar
  class FoobarGenerator < Rails::Generators::Base
  end
end