Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
Fixes typo in virtual_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford committed Jan 11, 2012
1 parent 079f6be commit 202d9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/overrides/add_cities_to_admin_configuration_index.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Deface::Override.new(
:name => "add_cities_to_admin_configuration_index",
:virtual_path => "admin/configuration/index",
:virtual_path => "admin/configurations/index",
:insert_bottom => "[data-hook='admin_configurations_menu']",
:partial => "shared/cities_admin_configurations_menu")

0 comments on commit 202d9bb

Please sign in to comment.