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

module ActiveRecord
  module Generators
    class FixjourGenerator < Base
    end
  end
end