Sha256: d7facd8d05f2a0c70f8de4e5f9e08e58a17b0f43e5ed0c6c70749aac56dcf3f2
Contents?: true
Size: 382 Bytes
Versions: 17
Compression:
Stored size: 382 Bytes
Contents
class ActionController::Routing::RouteSet def load_routes_with_muck_friends! muck_friends_routes = File.join(File.dirname(__FILE__), *%w[.. .. config muck_friends_routes.rb]) add_configuration_file(muck_friends_routes) unless configuration_files.include? muck_friends_routes load_routes_without_muck_friends! end alias_method_chain :load_routes!, :muck_friends end
Version data entries
17 entries across 17 versions & 1 rubygems