to_param hotness that was forgotten

master
Coleman 2008-07-22 00:31:38 -05:00
parent aa227ec507
commit 55ef9217fd
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Represents a category that a Beer belongs to.
#
class Style < ActiveRecord::Base
include WordyParameter
has_one_tuxwiki_page :owner_class => 'Style'
belongs_to :parent, :foreign_key => 'parent_id',
:class_name => 'Style'