aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/fixtures/lib/generators/active_record/fixjour/fixjour_generator.rb
blob: a7d079a1bc1e8bc3e1808e385358e387cc4bbd67 (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