We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
active_fedora/lib/active_fedora.rb
Line 286 in 511ee83
we autoload the railtie, injecting middleware into the ActionDispatch stack. this should really only happen if the users application wants it.
ActionDispatch
it seems like the more rails-y approach would be to generate this into application.rb?
application.rb
whatever the case, it should be possible to remove the Railtie from an application without removing the entire gem.
Railtie
The text was updated successfully, but these errors were encountered:
No branches or pull requests
active_fedora/lib/active_fedora.rb
Line 286 in 511ee83
we autoload the railtie, injecting middleware into the
ActionDispatch
stack. this should really only happen if the users application wants it.it seems like the more rails-y approach would be to generate this into
application.rb
?whatever the case, it should be possible to remove the
Railtie
from an application without removing the entire gem.The text was updated successfully, but these errors were encountered: