Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [vercyb] Unknown method 'as_url'

Quote Reply
Re: [vercyb] Unknown method 'as_url' In reply to
Your Category table def file is probably missing the subclass lines which set up that up. You should have something like this near the end of your Category.def file:
Code:
'subclass' => {
'html' => {
'<prefix>Category' => 'Links::HTML::Category'
},
'table' => {
'<prefix>Category' => 'Links::Table::Category'
}
},

Adrian
Subject Author Views Date
Thread Unknown method 'as_url' vercyb 2479 May 15, 2006, 9:24 AM
Thread Re: [vercyb] Unknown method 'as_url'
brewt 2406 May 15, 2006, 12:45 PM
Thread Re: [brewt] Unknown method 'as_url'
vercyb 2397 May 15, 2006, 2:40 PM
Post Re: [vercyb] Unknown method 'as_url'
brewt 2367 May 19, 2006, 6:52 PM