Sha256: 5438bfb63ad68314ef760852fb2ebea732bb71900e8135746b89bcfd4791baad
Contents?: true
Size: 413 Bytes
Versions: 15
Compression:
Stored size: 413 Bytes
Contents
module Challah if defined? Rails::Engine require 'rails' class Engine < Rails::Engine # Load up the routes first before your application specific routes, so these can be # overridden if needed. initializer 'challah.router' do |app| raise 'hell' app.routes_reloader.paths.insert(0, File.expand_path(File.dirname(__FILE__), 'routes.rb')) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems