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

module ActiveRecord
  module Generators
    class FixjourGenerator < Base
    end
  end
end