Acts as Taskable plugin
One of the great things about Rails is the ability to write and use plugins, which allow the abstraction of repeated code and re-use of code that other people have written.
We have certainly benefited from plugins in our Rails ...