Sha256: 3ebddc4466d6a83ff128d1276e280389228bac127927fe60c5d99e7ba60f3961

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

module Erector
  class Railtie < ::Rails::Railtie
    # config.generators.template_engine :rb

    # TODO: automatically add app directory to app.config.autoload_paths,
    # so that Views::Foo::Bar autoloads, and 'require "views/foo/bar.html"'
    # works. For now, you must add the following to config/application.rb:
    #
    #     config.autoload_paths += %W(#{config.root}/app)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
erector-0.9.0.pre1 lib/erector/rails/railtie.rb
erector-0.8.3 lib/erector/rails/railtie.rb