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

Version Path
muck-comments-0.1.21 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.20 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.19 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.18 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.17 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.16 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.15 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.14 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.13 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.12 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.11 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.10 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.7 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.8 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.9 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.1 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.2 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.3 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.4 lib/muck_comments/initialize_routes.rb
muck-comments-0.1.5 lib/muck_comments/initialize_routes.rb