forgot to tell it to have many tagged images
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@111 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
c91227f310
commit
05b54b6129
|
@ -4,6 +4,7 @@
|
||||||
class Brewery < ActiveRecord::Base
|
class Brewery < ActiveRecord::Base
|
||||||
has_many :beers
|
has_many :beers
|
||||||
has_one_tuxwiki_page :owner_class => 'Brewery'
|
has_one_tuxwiki_page :owner_class => 'Brewery'
|
||||||
|
has_many_tagged_images
|
||||||
|
|
||||||
##
|
##
|
||||||
# Returns a list of attributes to add into the Page display.
|
# Returns a list of attributes to add into the Page display.
|
||||||
|
|
Reference in New Issue