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