aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/generators/active_record/fixjour_generator.rb
blob: f196971f20feab925612358abfde3680103de65d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require "rails/generators/active_record"

module ActiveRecord
  module Generators
    class FixjourGenerator < Base
    end
  end
end