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

module Erb
  module Generators
    class Base < Rails::Generators::NamedBase #:nodoc:
    end
  end
end