Skip to content

Commit

Permalink
set correct attributes for redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaandegeus committed Jul 13, 2015
1 parent b37d5ef commit 02ad4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/wp_redirect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def update_wp_redirect_attributes(json)
# implements class methods
module ClassMethods
def mappable_wordpress_attributes
%w( name slug description count )
%w( id from to )
end

def wp_type
Expand Down

0 comments on commit 02ad4f9

Please sign in to comment.