Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
Disable a spree social override
Browse files Browse the repository at this point in the history
  • Loading branch information
LBRapid committed Mar 6, 2012
1 parent 0595912 commit b0c5f81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/overrides/redefine_add_socials_to_login_extras.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
:name => "add_socials_to_login_extras",
:disabled => true)

Deface::Override.new(:virtual_path => "spree/users/show",
:name => "add_socials_to_account_summary",
:disabled => true)
end

0 comments on commit b0c5f81

Please sign in to comment.