to_param hotness that was forgotten
parent
aa227ec507
commit
55ef9217fd
|
@ -2,6 +2,7 @@
|
||||||
# Represents a category that a Beer belongs to.
|
# Represents a category that a Beer belongs to.
|
||||||
#
|
#
|
||||||
class Style < ActiveRecord::Base
|
class Style < ActiveRecord::Base
|
||||||
|
include WordyParameter
|
||||||
has_one_tuxwiki_page :owner_class => 'Style'
|
has_one_tuxwiki_page :owner_class => 'Style'
|
||||||
belongs_to :parent, :foreign_key => 'parent_id',
|
belongs_to :parent, :foreign_key => 'parent_id',
|
||||||
:class_name => 'Style'
|
:class_name => 'Style'
|
||||||
|
|
Reference in New Issue