aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/active_record.rb
blob: be5d033868bd30bd2cf6a668afc05ae29c7f85c0 (plain) (blame)
1
2
3
4
5
6
7
8
require 'generators/named_base'

module ActiveRecord
  module Generators
    class Base < Rails::Generators::NamedBase
    end
  end
end