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

Commit

Permalink
added model for has_settings_setting back
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Dec 16, 2008
1 parent 400a7c7 commit 880f597
Showing 1 changed file with 4 additions and 0 deletions.
@@ -0,0 +1,4 @@
class HasSettingsSetting < ActiveRecord::Base
serialize :settings
belongs_to :configurable, :polymorphic => :true
end

0 comments on commit 880f597

Please sign in to comment.