Skip to content

Commit

Permalink
Defining :original for add_active_shipping_settings_tab
Browse files Browse the repository at this point in the history
responding to warning message:

    No :original defined for 'add_active_shipping_settings_tab', you should change its definition to include:
     :original => '191af30ee9446f6ed95654122a6180b37929eb9c'

Fixes #130
  • Loading branch information
brchristian authored and radar committed Sep 23, 2013
1 parent 8ea7bfb commit 1dc2baa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/overrides/add_active_shipping_settings_tab.rb
@@ -1,4 +1,5 @@
Deface::Override.new(:virtual_path => "spree/admin/shared/_configuration_menu",
:name => "add_active_shipping_settings_tab",
:insert_bottom => "[data-hook='admin_configurations_sidebar_menu'], #admin_configurations_sidebar_menu[data-hook]",
:text => "<li<%== ' class=\"active\"' if controller.controller_name == 'theme_settings' %>><%= link_to \"Active Shipping\", admin_active_shipping_settings_path %></li>")
:text => "<li<%== ' class=\"active\"' if controller.controller_name == 'theme_settings' %>><%= link_to \"Active Shipping\", admin_active_shipping_settings_path %></li>",
:original => "191af30ee9446f6ed95654122a6180b37929eb9c")

0 comments on commit 1dc2baa

Please sign in to comment.