Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
updated has_settings to fix an installation bug that crept in
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Jan 29, 2009
1 parent e4aa710 commit 78eaf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/plugins/has_settings/lib/has_settings.rb
Expand Up @@ -35,7 +35,7 @@ def has_settings
end

define_method "save_settings" do
get_has_settings_setting.save
get_has_settings_setting.save unless new_record?
end

define_method "get_has_settings_setting" do
Expand Down

0 comments on commit 78eaf0a

Please sign in to comment.