Blog (inherited_resources_views)
I have just pushed a commit that added Rails 2.x compatibility to Inherited Resources Views. Please give it a spin! :-)
P.S. I’ve only tested it on Rails 2.3.8.
Using Inherited Resources is an excellent way to reduce the amount of repetition in your controllers. But what about views? A lot of times resources share the same views, so why not DRY ‘em up using Inherited Resources Views!
Go check out the code! :-)