A plugin for COPRL that allows you to add inline SVG files
Add this line to your application's Gemfile:
gem 'svg_presenter_plugin', git: 'https://github.com/coprl/svg_presenter_plugin', require: false
And then execute:
$ bundle
Create the Rails initializer config/initializers/presenters_plugins.rb
Coprl::Presenters::Settings.configure do |config|
config.presenters.plugins.push(:svg)
end