Sha256: bcb5d73358ab360438995165b519e63456ba5313129009adfd6c6fa29ba21c2c
Contents?: true
Size: 389 Bytes
Versions: 22
Compression:
Stored size: 389 Bytes
Contents
class ActionController::Routing::RouteSet def load_routes_with_muck_comments! muck_comments_routes = File.join(File.dirname(__FILE__), *%w[.. .. config muck_comments_routes.rb]) add_configuration_file(muck_comments_routes) unless configuration_files.include? muck_comments_routes load_routes_without_muck_comments! end alias_method_chain :load_routes!, :muck_comments end
Version data entries
22 entries across 22 versions & 1 rubygems