Hide
The ApplicationController and the ApplicationHelper in the blacklight plugin need to be moved into modules and be included.
Application files do not mix in with plugin application files, so they cannot be extended or overridden by the top level app.
I am adding an instruction into the plugins README.rdoc explaining to delete the blank generated ApplicationController and ApplicationHelper in the top level app.
Show
The ApplicationController and the ApplicationHelper in the blacklight plugin need to be moved into modules and be included.
Application files do not mix in with plugin application files, so they cannot be extended or overridden by the top level app.
I am adding an instruction into the plugins README.rdoc explaining to delete the blank generated ApplicationController and ApplicationHelper in the top level app.