Sha256: 7966f8e12d4fca78029ca30e9f3f2810b992aa3852b282f2a4537ef99594279b
Contents?: true
Size: 389 Bytes
Versions: 39
Compression:
Stored size: 389 Bytes
Contents
class ActionController::Routing::RouteSet def load_routes_with_muck_contents! muck_contents_routes = File.join(File.dirname(__FILE__), *%w[.. .. config muck_contents_routes.rb]) add_configuration_file(muck_contents_routes) unless configuration_files.include? muck_contents_routes load_routes_without_muck_contents! end alias_method_chain :load_routes!, :muck_contents end
Version data entries
39 entries across 39 versions & 1 rubygems