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

Commit

Permalink
Fixing a typo in the picklists action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Trautmann committed Oct 14, 2011
1 parent 7f3f06f commit da6a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/assets_controller.rb
Expand Up @@ -267,7 +267,7 @@ def picklists
# TODO: This needs to be refactored both in edit.js and here if we want
# to support all these additional attributes.
@picklists["Source"] = @picklists["IdentifierSource"]
@picklists.delete["IdentifierSource"]
@picklists.delete("IdentifierSource")
@picklists["InstantiationGenerations"] = @picklists["InstantiationGeneration"]
@picklists.delete("InstantiationGeneration")
@picklists["InstantiationColors"] = @picklists["InstantiationColor"]
Expand Down

0 comments on commit da6a52b

Please sign in to comment.