Book Image

Redmine Plugin Extension and Development

By : Alex Bevilacqua
Book Image

Redmine Plugin Extension and Development

By: Alex Bevilacqua

Overview of this book

Table of Contents (16 chapters)
Redmine Plugin Extension and Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we covered the basics of quickly adding the ability to attach files to our models and how our views and partials could be extended with Redmine's existing file attachment partials.

We also learned about the various options that are available to acts_as_attachable as well as how attachment permissions are managed.

In the next chapter, we'll be making our models searchable.