config/routes.rb in gmaps4rails-0.0.13 vs config/routes.rb in gmaps4rails-0.0.14

- old
+ new

@@ -3,11 +3,11 @@ #mount_at = Gmaps4rails::Engine.config.mount_at #match mount_at => 'gmaps4rails/gmaps#index' - resources :gmaps, :only => [ :index ], - :controller => "gmaps4rails/gmaps"#, + resources :gmaps, :only => [ :index ], :controller => "gmaps4rails/gmaps" + #, # :path_prefix => mount_at #:name_prefix => "gmaps4rails_" end