Sha256: e7b337d9e4ee29a7bbcfa90b4b6c07c70fbde71495cbf1aab9df47b7ffb32b8a

Contents?: true

Size: 204 Bytes

Versions: 4

Compression:

Stored size: 204 Bytes

Contents

module Kuebiko
  class Railtie < Rails::Railtie
    initializer "kuebiko.autoload", before: :set_autoload_paths do |app|
      app.config.autoload_paths << "#{app.config.root}/app/urls"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kuebiko-0.2.0 lib/kuebiko/railtie.rb
kuebiko-0.1.2 lib/kuebiko/railtie.rb
kuebiko-0.1.1 lib/kuebiko/railtie.rb
kuebiko-0.1.0 lib/kuebiko/railtie.rb