On 15-Apr-06, at 1:10 PM, Matt Rose wrote:

> I'm getting the exact same problem with my custom sidebar that I  
> wrote.
> I tried rebuilding the controller from scratch, but I'm still  
> getting that error.
>
> any time I try to activate just the bare bones of the controller, I  
> get that error.
> Here's the controller, can anyone help?
>
> $ cat feedsucker_controller.rb
> class Plugins::Sidebars::FeedSuckerController <  
> Sidebars::ComponentPlugin
>   def self.display_name
>     "FeedSucker"
>   end
>
>   def self.description
>     "blahblah"
>   end
>
>   def self.default_config
>     { 'feed' => 'http://folkwolf.net/xml/atom10/feed.xml',
>       'count' => '10' }
>   end
>
>   def configure
>   end
> end
>
>

_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to