Is 'actions' a bad name for a controller?

I did ‘generate scaffold actions’ and these two actions result in these
errors:

/actions/show/1

NoMethodError in Actions#show

undefined method `find’ for ActionController::Caching::Actions:Module

./script/…/config/…/app/controllers/actions_controller.rb:12:in `show’

###################

/actions/new

NoMethodError in Actions#new

undefined method `new’ for ActionController::Caching::Actions:Module

./script/…/config/…/app/controllers/actions_controller.rb:16:in `new’

###################

/actions/list works though. Haven’t tried ‘destroy’.

csn


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around