This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
v0.1.8 -- Gianbattista Catalanotto
To upgrade from v0.1.7 create a new migration:
rails generate migration addSvgToAsset
Then update the file db/migrate/xxxxxx_add_svg_to_asset.rb with the following line:
def change
add_column :binda_assets, :svg, :string
end
Once done just run migrations:
rails db:migrate
Added helprs has_svg
, get_svg_url
, get_svg_path
, get_svg_info