Skip to content

Commit

Permalink
removing unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Jan 2, 2012
1 parent 18792ae commit 8f6b333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/migrate/20110606111250_update_configuration.rb
Expand Up @@ -4,7 +4,6 @@ def self.up

puts "Importing paperclip configuration"
%w{url path skip_filetype_validation storage}.select{|k| !!Radiant.config["assets.#{k}"] }.each do |k|
config_to_set = Radiant.config.find_by_key("paperclip.#{k}")
begin
Radiant.config["paperclip.#{k}"] = Radiant.config["assets.#{k}"]
rescue ActiveRecord::RecordInvalid => e
Expand Down

0 comments on commit 8f6b333

Please sign in to comment.